sponge.function.identity

查看源文件
sponge.function.identity(x: Tensor)[源代码]

返回与输入具有相同shape和内容的张量。

参数:
  • x (Tensor) - 张量的shape为 \((x_1, x_2, ..., x_R)\)。数据类型为number。

返回:

Tensor,张量的shape和数据类型都与 x 一致, \((x_1, x_2, ..., x_R)\)

支持平台:

Ascend GPU CPU