Erf

Erf - 13

版本

  • **名称**: Erf (GitHub)

  • **域**: main

  • **自版本**: 13

  • **函数**: False

  • **支持级别**: SupportType.COMMON

  • **形状推断**: True

此版本的运算符已自版本 13起可用。

摘要

逐元素计算给定输入张量的误差函数。

输入

  • **输入** (异构) - **T**

    输入张量

输出

  • **输出** (异构) - **T**

    逐元素计算输入张量的误差函数。它具有与输入相同的形状和类型。

类型约束

  • **T** in ( tensor(bfloat16), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    将输入和输出类型约束为所有数字张量。

Erf - 9

版本

  • **名称**: Erf (GitHub)

  • **域**: main

  • **自版本**: 9

  • **函数**: False

  • **支持级别**: SupportType.COMMON

  • **形状推断**: True

此版本的运算符已自版本 9起可用。

摘要

逐元素计算给定输入张量的误差函数。

输入

  • **输入** (异构) - **T**

    输入张量

输出

  • **输出** (异构) - **T**

    逐元素计算输入张量的误差函数。它具有与输入相同的形状和类型。

类型约束

  • **T** in ( tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) )

    将输入和输出类型约束为所有数字张量。