Type Alias burn::tensor::ops::FloatTensor

pub type FloatTensor<B, const D: usize> = <B as Backend>::FloatTensorPrimitive<D>;
Expand description

Float tensor primitive type used by the backend.