Expand description
Burn Tch Backend
Structs§
- LibTorch
- Tensor backend that uses
LibTorchwith the tch crate for executing tensor operations. - TchShape
- A shape that can be used by LibTorch.
- TchTensor
- A tensor using the tch backend.
Enums§
- LibTorch
Device - The device struct when using the
tchbackend. - Storage
- A reference to a tensor storage.
Traits§
- TchElement
- The element type for the tch backend.
Functions§
- dummy_
cuda_ ⚠dependency - Dummy function to get CUDA to link properly
Type Aliases§
- Storage
Ref - A reference to a tensor storage.