pub trait ZeroTensor { fn zeros(shape: &[i64]) -> Tensor; }
Adds capability of constructing Tensor with a static method.
Constructs zero tensor.