Expand description
Tensor types: shape, data (F32/U8), and operations (hash, clamp for ESP).
Structs§
- Tensor
- A typed tensor with shape and data (used in challenges and mining results).
- Tensor
Shape - Shape of a tensor (dimension sizes).
Enums§
- Tensor
Data - Tensor element data (float or u8).