Crate burn_tensor
source ·Modules
Macros
- We use a macro for all checks, since the panic message file and line number will match the function that does the check instead of a the generic error.rs crate private unreleated file and line number.
Structs
- A 16-bit floating point type implementing the
bfloat16
format. - A 16-bit floating point type implementing the IEEE 754-2008 standard
binary16
a.k.ahalf
format.
Enums
Traits
- Trait that list all operations that can be applied on all tensors.
- Trait that list all operations that can be applied on all numerical tensors.