pub fn zeros_client<R: CubeRuntime>(
client: ComputeClient<R>,
device: R::Device,
shape: Shape,
dtype: DType,
) -> CubeTensor<R>Expand description
Creates a tensor filled with zeros
pub fn zeros_client<R: CubeRuntime>(
client: ComputeClient<R>,
device: R::Device,
shape: Shape,
dtype: DType,
) -> CubeTensor<R>Creates a tensor filled with zeros