MLIR
17.0.0git
|
Public Member Functions | |
Impl (StringRef producer) | |
Public Attributes | |
StringRef | producer |
The producer of the bytecode. More... | |
SmallVector< std::unique_ptr< AsmResourcePrinter > > | externalResourcePrinters |
A collection of non-dialect resource printers. More... | |
Definition at line 30 of file BytecodeWriter.cpp.
|
inline |
Definition at line 31 of file BytecodeWriter.cpp.
SmallVector<std::unique_ptr<AsmResourcePrinter> > mlir::BytecodeWriterConfig::Impl::externalResourcePrinters |
A collection of non-dialect resource printers.
Definition at line 37 of file BytecodeWriter.cpp.
StringRef mlir::BytecodeWriterConfig::Impl::producer |
The producer of the bytecode.
Definition at line 34 of file BytecodeWriter.cpp.