Abs¶
Abs - 13¶
版本¶
名称: Abs (GitHub)
领域:
main
起始版本:
13
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子自版本 13 起可用。
摘要¶
Absolute 接受一个输入数据 (张量
输入¶
X (异构) - T
输入张量
输出¶
Y (异构) - 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)
)将输入和输出类型约束为所有数值张量。
Abs - 6¶
版本¶
名称: Abs (GitHub)
领域:
main
起始版本:
6
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子自版本 6 起可用。
摘要¶
Absolute 接受一个输入数据 (张量
输入¶
X (异构) - T
输入张量
输出¶
Y (异构) - T
输出张量
类型约束¶
T 在 (
tensor(double)
,tensor(float)
,tensor(float16)
,tensor(int16)
,tensor(int32)
,tensor(int64)
,tensor(int8)
,tensor(uint16)
,tensor(uint32)
,tensor(uint64)
,tensor(uint8)
)将输入和输出类型约束为所有数值张量。
Abs - 1¶
版本¶
名称: Abs (GitHub)
领域:
main
起始版本:
1
函数:
False
支持级别:
SupportType.COMMON
形状推断:
False
此版本的算子自版本 1 起可用。
摘要¶
Absolute 接受一个输入数据 (张量
属性¶
consumed_inputs - INTS :
传统优化属性。
输入¶
X (异构) - T
输入张量
输出¶
Y (异构) - T
输出张量
类型约束¶
T 在 (
tensor(double)
,tensor(float)
,tensor(float16)
)将输入和输出类型约束为浮点张量。