pub fn full<R: CubeRuntime, E: CubeElement>(
shape: Shape,
device: &R::Device,
value: E,
) -> CubeTensor<R>Expand description
Creates a tensor filled with value
pub fn full<R: CubeRuntime, E: CubeElement>(
shape: Shape,
device: &R::Device,
value: E,
) -> CubeTensor<R>Creates a tensor filled with value