Type Alias burn::tensor::ops::BoolTensor
pub type BoolTensor<B> = <B as Backend>::BoolTensorPrimitive;
Expand description
Boolean tensor primitive type used by the backend.
pub type BoolTensor<B> = <B as Backend>::BoolTensorPrimitive;
Boolean tensor primitive type used by the backend.