Type Alias burn::tensor::ops::FloatTensor
pub type FloatTensor<B> = <B as Backend>::FloatTensorPrimitive;
Expand description
Float tensor primitive type used by the backend.
pub type FloatTensor<B> = <B as Backend>::FloatTensorPrimitive;
Float tensor primitive type used by the backend.