MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::transform::StructuredOpPredicateOpTrait< OpTy > Class Template Reference

#include "mlir/Dialect/Linalg/TransformOps/LinalgMatchOps.h"

+ Inheritance diagram for mlir::transform::StructuredOpPredicateOpTrait< OpTy >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< OpTy, StructuredOpPredicateOpTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<typename OpTy>
class mlir::transform::StructuredOpPredicateOpTrait< OpTy >

Definition at line 25 of file LinalgMatchOps.h.

Member Function Documentation

◆ verifyTrait()

template<typename OpTy >
static LogicalResult mlir::transform::StructuredOpPredicateOpTrait< OpTy >::verifyTrait ( Operation op)
inlinestatic

Definition at line 28 of file LinalgMatchOps.h.


The documentation for this class was generated from the following file: