My Project
Static Public Member Functions | List of all members
mlir::OpTrait::TypeOpInterfaceDefault< ConcreteType > Class Template Reference

#include <InferTypeOpInterface.h>

Inheritance diagram for mlir::OpTrait::TypeOpInterfaceDefault< ConcreteType >:
Inheritance graph
[legend]
Collaboration diagram for mlir::OpTrait::TypeOpInterfaceDefault< ConcreteType >:
Collaboration graph
[legend]

Static Public Member Functions

static bool isCompatibleReturnTypes (ArrayRef< Type > lhs, ArrayRef< Type > rhs)
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TypeOpInterfaceDefault >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 
- Static Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TypeOpInterfaceDefault >
static LogicalResult verifyTrait (Operation *op)
 
static AbstractOperation::OperationProperties getTraitProperties ()
 

Member Function Documentation

◆ isCompatibleReturnTypes()

template<typename ConcreteType >
static bool mlir::OpTrait::TypeOpInterfaceDefault< ConcreteType >::isCompatibleReturnTypes ( ArrayRef< Type lhs,
ArrayRef< Type rhs 
)
inlinestatic

Returns whether two arrays are equal as strongest check for compatibility by default.


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