View Source NxIREE.Module (NxIREE v0.0.1)

Summary

Functions

Holds the bytecode and other metadata for a compiled MLIR module.

Types

@type t() :: %NxIREE.Module{
  bytecode: String.t(),
  compilation_flags: [String.t()],
  mlir_module: String.t(),
  output_container: term()
}

Functions

Link to this function

%NxIREE.Module{}

View Source (struct)

Holds the bytecode and other metadata for a compiled MLIR module.