pub fn div<T: Tensor<Dtype = f32>>(lhs: &T::NoTape, rhs: T) -> T
Expand description

Divides two Tensors of the same shape: &lhs / rhs.