pub fn zeros(shape: &[usize]) -> Result<Tensor, String>
Construct a zero-filled tensor with the provided shape.