MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::OpTrait::SameOperandsAndResultShape< ConcreteType > Class Template Reference

This class provides verification for ops that are known to have the same operand and result shape: both are scalars, vectors/tensors of the same shape. More...

#include "mlir/IR/OpDefinition.h"

+ Inheritance diagram for mlir::OpTrait::SameOperandsAndResultShape< ConcreteType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Additional Inherited Members

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

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::SameOperandsAndResultShape< ConcreteType >

This class provides verification for ops that are known to have the same operand and result shape: both are scalars, vectors/tensors of the same shape.

Definition at line 1049 of file OpDefinition.h.

Member Function Documentation

◆ verifyTrait()

template<typename ConcreteType >
static LogicalResult mlir::OpTrait::SameOperandsAndResultShape< ConcreteType >::verifyTrait ( Operation op)
inlinestatic

Definition at line 1052 of file OpDefinition.h.


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