Erf

Erf - 13

版本

  • 名称: Erf (GitHub)

  • : main

  • 起始版本: 13

  • 函数: False

  • 支持级别: 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

  • 起始版本: 9

  • 函数: False

  • 支持级别: 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) )

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