torch.true_divide

torch.true_divide(被除数, 除数, *, out) Tensor

等同于torch.div(),但rounding_mode参数为None

本页目录