torch.true_divide¶ torch.true_divide(dividend, divisor, *, out) → Tensor¶ 是 torch.div() 的別名,其中 rounding_mode=None。