|
MLIR 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | mlir::AttrTypeBytecodeWriter< T > |
| A class to interact with the attributes and types printer when emitting MLIR bytecode. More... | |
| class | mlir::BytecodeWriterConfig |
| This class contains the configuration used for the bytecode writer. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Functions | |
| LogicalResult | mlir::writeBytecodeToFile (Operation *op, raw_ostream &os, const BytecodeWriterConfig &config={}) |
| Write the bytecode for the given operation to the provided output stream. | |