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

15 lines
343 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.LogicalNot
==========================
.. py:class:: mindspore.ops.LogicalNot
逐元素计算一个Tensor的逻辑非运算。
详情请查看 :func:`mindspore.ops.logical_not`
输入:
- **x** (Tensor) - 输入Tensor。
输出:
Tensorshape与 `x` 相同数据类型为bool。