Type Alias burn::tensor::ops::QuantizedTensor

pub type QuantizedTensor<B> = <B as Backend>::QuantizedTensorPrimitive;
Expand description

Quantized tensor primitive type used by the backend.