burn-import 0.12.1

Library for importing datamodels into the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod coalesce;
mod dim_inference;
mod from_onnx;
mod ir;
mod node_remap;
mod op_configuration;
mod proto_conversion;
mod protos;
mod to_burn;

pub use to_burn::*;

pub use from_onnx::parse_onnx;
pub use ir::ONNXGraph;