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.imag
===================
.. py:function:: mindspore.ops.imag(input)
返回输入tensor每个元素的虚部。如果元素为实数,则返回零。
参数:
- **input** (Tensor) - 输入tensor。
返回:
Tensor