误差函数

Erf - 13

版本

  • 名称: Erf (GitHub)

  • 域名: main

  • since_version: 13

  • 函数: False

  • support_level: SupportType.COMMON

  • 形状推断: True

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

摘要

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

输入

  • 输入 (异构) - T:

    输入张量

输出

  • 输出 (异构) - T:

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

类型约束

  • T 在 ( 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

  • since_version: 9

  • 函数: False

  • support_level: SupportType.COMMON

  • 形状推断: True

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

摘要

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

输入

  • 输入 (异构) - T:

    输入张量

输出

  • 输出 (异构) - T:

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

类型约束

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

    将输入和输出类型限制为所有数值张量。