MLIR 22.0.0git
mlir::OpTrait::tosa::TosaShapeOperator< ConcreteType > Class Template Reference

This class indicates that op operates on tosa shape types. More...

#include "mlir/Dialect/Tosa/IR/TosaOps.h"

Inheritance diagram for mlir::OpTrait::tosa::TosaShapeOperator< ConcreteType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)

Additional Inherited Members

Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TosaShapeOperator >
OperationgetOperation ()
 Return the ultimate Operation being worked on.

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::tosa::TosaShapeOperator< ConcreteType >

This class indicates that op operates on tosa shape types.

Definition at line 130 of file TosaOps.h.

Member Function Documentation

◆ verifyTrait()

template<typename ConcreteType>
LogicalResult mlir::OpTrait::tosa::TosaShapeOperator< ConcreteType >::verifyTrait ( Operation * op)
inlinestatic

Definition at line 132 of file TosaOps.h.

References mlir::OpTrait::tosa::verifyTosaShapeOperator().


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