pub type QuantizedTensor<B> = <B as BackendTypes>::QuantizedTensorPrimitive;Expand description
Quantized tensor primitive type used by the backend.
pub type QuantizedTensor<B> = <B as BackendTypes>::QuantizedTensorPrimitive;Quantized tensor primitive type used by the backend.