Expand description
Burn ndarray backend.
Macros§
- Reshapes an array into a tensor.
- Converts a slice of usize to a typed dimension.
Structs§
- Tensor backend that uses the ndarray crate for executing tensor operations.
- A quantized tensor for the ndarray backend.
- Tensor primitive used by the ndarray backend.
- Handle precision conversion for the ndarray backend.
Enums§
- The device type for the ndarray backend.
Traits§
- A float element for ndarray backend.