Skip to main content

empty_qtensor

Function empty_qtensor 

Source
pub fn empty_qtensor<R: CubeRuntime>(
    shape: impl Into<Shape>,
    scheme: QuantScheme,
    device: &R::Device,
    kind: MemoryLayoutStrategy,
) -> CubeTensor<R>
Expand description

Create an empty quantized tensor.