My Project
|
Simple wrapper to build a generic operation without successor blocks. More...
#include <Builders.h>
Public Member Functions | |
CustomOperation (StringRef name) | |
HandleType | operator() (ArrayRef< ValueHandle > operands={}, ArrayRef< Type > resultTypes={}, ArrayRef< NamedAttribute > attributes={}) |
Public Attributes | |
std::string | name |
Simple wrapper to build a generic operation without successor blocks.
|
inline |
|
inline |
std::string mlir::edsc::CustomOperation< HandleType >::name |