tract-core 0.23.1

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
Documentation
1
2
3
4
5
6
7
8
9
use crate::internal::*;

#[derive(Debug, Clone)]
struct BunchOfTensors(Vec<Tensor>);

#[derive(Debug, Clone)]
struct BunchofTensorsFact;

impl Opaque for BunchOfTensors {}