Erf¶
Erf - 13¶
版本¶
名稱: Erf (GitHub)
網域:
main
since_version:
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
since_version:
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)
)將輸入和輸出類型限制為所有數字張量。