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