giagrad.Tensor.div# Tensor.div(other) → Tensor[source]# Returns a new tensor with the division of data to other. Parameters: other¶ (array_like or float) – The number or object that divides data.