Skip to main content

Module tensor

Module tensor 

Source
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).
TensorShape
Shape of a tensor (dimension sizes).

Enums§

TensorData
Tensor element data (float or u8).