pub fn expand<Q: Scalar, S: CubePrimitive, F: Numeric, NQ: Size, NF: Size>(
scope: &Scope,
value: <Vector<Q, NQ> as CubeType>::ExpandType,
scale: <S as CubeType>::ExpandType,
scheme: QuantScheme,
) -> <Vector<F, NF> as CubeType>::ExpandTypeExpand description
Dequantize a vector of values, where vector_size * num_quants is a power of two.
Unaligned values can’t be dequantized in place.