代码拉取完成,页面将自动刷新
.. py:function:: mindspore.ops.mul(input, other) 两个Tensor逐元素相乘。 .. math:: out_{i} = input_{i} * other_{i} .. note:: - 当两个输入具有不同的shape时,它们的shape必须要能广播为一个共同的shape。 - 两个输入不能同时为bool类型。[True, Tensor(True, bool\_), Tensor(np.array([True]), bool\_)]等都为bool类型。 - 两个输入遵循隐式类型转换规则,使数据类型保持一致。 参数: - **input** (Union[Tensor, number.Number, bool]) - 第一个输入,是一个number.Number、bool值或数据类型为 `number <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.dtype.html#mindspore.dtype>`_ 或 `bool_ <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.dtype.html#mindspore.dtype>`_ 的Tensor。 - **other** (Union[Tensor, number.Number, bool]) - 第二个输入,是一个number.Number、bool值或数据类型为 `number <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.dtype.html#mindspore.dtype>`_ 或 `bool_ <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.dtype.html#mindspore.dtype>`_ 的Tensor。 返回: Tensor,shape与广播后的shape相同,数据类型为两个输入中精度较高的类型。 异常: - **TypeError** - `input` 和 `other` 不是Tensor、number.Number或bool。 - **ValueError** - `input` 和 `other` 的shape不相同。
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。