mindspore.ops.true_divide

mindspore.ops.true_divide(dividend, divisor)[source]

Alias for mindspore.ops.div() with rounding_mode=None .

Warning

After version 2.9.0, dividend and divisor will be renamed to input and other.

Supported Platforms:

Ascend GPU CPU