tract-metal 0.23.0-dev.6

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
1
2
3
4
5
6
pub mod conv;
pub mod fused_axis_op;
pub mod gemm;

pub use fused_axis_op::MetalFusedAxisOp;
pub use gemm::MetalGemm;