Re-exports§
pub use crate::TVec;pub use crate::TractError;pub use crate::TractResult;pub use itertools as tract_itertools;
Macros§
- dispatch_
copy - dispatch_
copy_ by_ size - dispatch_
datum - dispatch_
datum_ by_ size - dispatch_
floatlike - dispatch_
hash - dispatch_
numbers - dispatch_
signed - tvec
Structs§
- Blob
- Opaque
- Symbol
- Symbol
Scope - Symbol
Values - Tensor
- Tensor is a concrete tensor in tract.
- f16
- A 16-bit floating point type implementing the IEEE 754-2008 standard
binary16a.k.a “half” format.
Enums§
Traits§
- Datum
- Into
ArcTensor - Convenient conversion to Arc
. - Into
Tensor - Convenient conversion to Tensor.
- ToDim
- Convenience trait to convert values to TDim.