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

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

Quantized tensor primitive type used by the backend.