MLIR
21.0.0git
|
#include "mlir/IR/OpImplementation.h"
Public Attributes | |
UnresolvedOperand | ssaName |
Type | type |
DictionaryAttr | attrs |
std::optional< Location > | sourceLoc |
Definition at line 1675 of file OpImplementation.h.
DictionaryAttr mlir::OpAsmParser::Argument::attrs |
Definition at line 1678 of file OpImplementation.h.
Referenced by parseAttributions().
std::optional<Location> mlir::OpAsmParser::Argument::sourceLoc |
Definition at line 1679 of file OpImplementation.h.
UnresolvedOperand mlir::OpAsmParser::Argument::ssaName |
Definition at line 1676 of file OpImplementation.h.
Type mlir::OpAsmParser::Argument::type |
Definition at line 1677 of file OpImplementation.h.