Skip to main content

Crate lift_import

Crate lift_import 

Source
Expand description

LIFT Import: Model importers for the LIFT compiler framework.

Provides importers for ONNX, PyTorch FX graphs, and OpenQASM 3.0 circuits, converting them into the LIFT intermediate representation.

Re-exports§

pub use onnx::OnnxImporter;
pub use pytorch::PyTorchFxImporter;
pub use qasm::OpenQasm3Importer;

Modules§

onnx
pytorch
qasm