mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-11 22:08:09 -05:00
1.4 KiB
1.4 KiB
module concrete.compiler.compilation_context
CompilationContext.
CompilationContext holds the MLIR Context supposed to be used during IR generation.
class CompilationContext
Compilation context.
method mlir_context
mlir_context() → Context
Returns the associated mlir context.
method new
new() → CompilationContext
Creates a new CompilationContext.