torch.true_divide# torch.true_divide(dividend, divisor, *, out) โ Tensor# Alias for torch.div() with rounding_mode=None.