zeros

Function zeros 

Source
pub fn zeros(shape: &[usize]) -> Result<Tensor, String>
Expand description

Construct a zero-filled tensor with the provided shape.