Crate ndarray
Expand description
Burn ndarray backend.
Macros§
- Macro to execute an operation a given element type.
- Macro to create a new float tensor based on the element type.
- 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.
Enums§
- The device type for the ndarray backend.
- Float tensor primitive.
Traits§
- A float element for ndarray backend.