Expand description
Traits related to Tensor
s.
Enums§
- Enum mapping ONNX Runtime’s supported tensor data types.
Traits§
- Trait extending
ndarray::ArrayBase
with useful tensor operations. - Trait used to map Rust types (for example
f32
) to ONNX tensor element data types (for exampleFloat
). - A superset of
IntoTensorElementType
that represents traits whose underlying memory is identical between Rust and C++ (i.e., every type exceptString
). - Adapter for common Rust string types to ONNX strings.