MLIR  17.0.0git
Classes | Namespaces | Functions
BytecodeWriter.h File Reference
#include "mlir/IR/AsmState.h"

Go to the source code of this file.

Classes

class  mlir::BytecodeWriterConfig
 This class contains the configuration used for the bytecode writer. More...
 

Namespaces

 mlir
 This header declares functions that assit transformations in the MemRef dialect.
 

Functions

LogicalResult mlir::writeBytecodeToFile (Operation *op, raw_ostream &os, const BytecodeWriterConfig &config={})
 Write the bytecode for the given operation to the provided output stream. More...