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)
)将输入和输出类型约束为所有数值张量。