Expand description
Burn Tensor representaton
Structs§
- Expand operation description.
- Flip operation description.
- Keep all tensor handles in one place and ensure that all resources are used optimally.
- Permute operation description.
- Quantization parameters description.
- A simple struct to encapsulate a quantized tensor kind.
- A quantized tensor description represents a snapshot of a quantized tensor when it was used.
- Swap dim operation description.
- A tensor definition represents a snapshot of a tensor when it was used.
- A tensor representation containing a reference to a tensor resource with a given shape.
- The tensor unique identifier.
Enums§
- Basic operations that can be done on any tensor type.
- Operation description specific to a bool tensor.
- Operation description specific to a float tensor.
- Backend tensor handle wrapper tracking their creation state
- Handle which points to a backend tensor primitive kind.
- Operation description specific to an int tensor.
- Operation description specific to module.
- Numeric operations on int and float tensors.
- Describe all tensor operations possible.
- The status of the current tensor.
Traits§
- Backend extension trait that allows an existing backend to use the Burn tensor representation for compilation purpose or other…