This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.ops.RealDiv
=======================
.. py:class:: mindspore.ops.RealDiv
第一个输入Tensor元素为分子,第二个输入Tensor元素为分母,逐元素进行浮点型除法运算。
更多细节请参考 :func:`mindspore.ops.div` 。