Type Alias burn::tensor::ops::QuantizedTensor
pub type QuantizedTensor<B> = <B as Backend>::QuantizedTensorPrimitive;
Expand description
Quantized tensor primitive type used by the backend.
pub type QuantizedTensor<B> = <B as Backend>::QuantizedTensorPrimitive;
Quantized tensor primitive type used by the backend.