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。
输出:
Tensor,shape与 `x` 相同,数据类型为bool。