mindspore/docs/api/api_python/ops/mindspore.ops.Greater.rst

9 lines
215 B
ReStructuredText
Raw Normal View History

2021-12-07 12:17:56 +08:00
mindspore.ops.Greater
=====================
2021-12-21 18:09:08 +08:00
.. py:class:: mindspore.ops.Greater()
2021-12-07 12:17:56 +08:00
2021-12-21 18:09:08 +08:00
按元素比较输入参数 :math:`x,y` 的值输出结果为bool值。
2021-12-07 12:17:56 +08:00
更多参考详见 :func:`mindspore.ops.gt`