Squeeze¶
Squeeze - 23¶
版本¶
名称: Squeeze (GitHub)
域:
main
自版本:
23
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子已自版本 23起可用。
摘要¶
从张量的形状中移除一维条目。接收一个输入 axes
,其中包含要压缩的轴列表。如果未提供 axes
,则将从形状中移除所有单维度。如果选择了形状条目不等于一的轴,则会引发错误。
输入¶
1 到 2 个输入。
data (异构) - T
至少具有 max(dims) 维度的张量。
axes (可选,异构) - tensor(int64)
指示要压缩的维度的整数列表。负值表示从后开始计算维度。接受的范围是 [-r, r-1],其中 r = rank(data)。
输出¶
squeezed (异构) - T
与输入具有相同数据的重塑张量。
类型约束¶
T in (
tensor(bfloat16)
,tensor(bool)
,tensor(complex128)
,tensor(complex64)
,tensor(double)
,tensor(float)
,tensor(float16)
,tensor(float4e2m1)
,tensor(float8e4m3fn)
,tensor(float8e4m3fnuz)
,tensor(float8e5m2)
,tensor(float8e5m2fnuz)
,tensor(int16)
,tensor(int32)
,tensor(int4)
,tensor(int64)
,tensor(int8)
,tensor(string)
,tensor(uint16)
,tensor(uint32)
,tensor(uint4)
,tensor(uint64)
,tensor(uint8)
)将输入和输出类型约束为 IRv11 之前的所有张量类型。
Squeeze - 21¶
版本¶
名称: Squeeze (GitHub)
域:
main
自版本:
21
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子已自版本 21起可用。
摘要¶
从张量的形状中移除一维条目。接收一个输入 axes
,其中包含要压缩的轴列表。如果未提供 axes
,则将从形状中移除所有单维度。如果选择了形状条目不等于一的轴,则会引发错误。
输入¶
1 到 2 个输入。
data (异构) - T
至少具有 max(dims) 维度的张量。
axes (可选,异构) - tensor(int64)
指示要压缩的维度的整数列表。负值表示从后开始计算维度。接受的范围是 [-r, r-1],其中 r = rank(data)。
输出¶
squeezed (异构) - T
与输入具有相同数据的重塑张量。
类型约束¶
T in (
tensor(bfloat16)
,tensor(bool)
,tensor(complex128)
,tensor(complex64)
,tensor(double)
,tensor(float)
,tensor(float16)
,tensor(float8e4m3fn)
,tensor(float8e4m3fnuz)
,tensor(float8e5m2)
,tensor(float8e5m2fnuz)
,tensor(int16)
,tensor(int32)
,tensor(int4)
,tensor(int64)
,tensor(int8)
,tensor(string)
,tensor(uint16)
,tensor(uint32)
,tensor(uint4)
,tensor(uint64)
,tensor(uint8)
)将输入和输出类型约束为 IRv10 之前的所有张量类型。
Squeeze - 13¶
版本¶
名称: Squeeze (GitHub)
域:
main
自版本:
13
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子已自版本 13起可用。
摘要¶
从张量的形状中移除一维条目。接收一个输入 axes
,其中包含要压缩的轴列表。如果未提供 axes
,则将从形状中移除所有单维度。如果选择了形状条目不等于一的轴,则会引发错误。
输入¶
1 到 2 个输入。
data (异构) - T
至少具有 max(dims) 维度的张量。
axes (可选,异构) - tensor(int64)
指示要压缩的维度的整数列表。负值表示从后开始计算维度。接受的范围是 [-r, r-1],其中 r = rank(data)。
输出¶
squeezed (异构) - T
与输入具有相同数据的重塑张量。
类型约束¶
T 在 (
tensor(bfloat16)
,tensor(bool)
,tensor(complex128)
,tensor(complex64)
,tensor(double)
,tensor(float)
,tensor(float16)
,tensor(int16)
,tensor(int32)
,tensor(int64)
,tensor(int8)
,tensor(string)
,tensor(uint16)
,tensor(uint32)
,tensor(uint64)
,tensor(uint8)
) 中将输入和输出类型约束为所有张量类型。
压缩 - 11¶
版本¶
名称: Squeeze (GitHub)
域:
main
since_version:
11
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子自版本 11起可用。
摘要¶
移除张量形状中所有单维条目。接收一个参数 axes
,其中包含要压缩的轴列表。如果未提供 axes
,则将从形状中移除所有单维。如果选择的轴的形状条目不等于 1,则会引发错误。
属性¶
axes - 整数 :
指示要压缩的维度的整数列表。负值表示从后开始计算维度。接受的范围是 [-r, r-1],其中 r = rank(data)。
输入¶
data (异构) - T
至少具有 max(dims) 维度的张量。
输出¶
squeezed (异构) - T
与输入具有相同数据的重塑张量。
类型约束¶
T 在 (
tensor(bool)
,tensor(complex128)
,tensor(complex64)
,tensor(double)
,tensor(float)
,tensor(float16)
,tensor(int16)
,tensor(int32)
,tensor(int64)
,tensor(int8)
,tensor(string)
,tensor(uint16)
,tensor(uint32)
,tensor(uint64)
,tensor(uint8)
) 中将输入和输出类型约束为所有张量类型。
压缩 - 1¶
版本¶
名称: Squeeze (GitHub)
域:
main
since_version:
1
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的算子自版本 1起可用。
摘要¶
移除张量形状中所有单维条目。接收一个参数 axes
,其中包含要压缩的轴列表。如果未提供 axes
,则将从形状中移除所有单维。如果选择的轴的形状条目不等于 1,则会引发错误。
属性¶
axes - 整数 :
非负整数列表,指示要压缩的维度。
输入¶
data (异构) - T
至少具有 max(dims) 维度的张量。
输出¶
squeezed (异构) - T
与输入具有相同数据的重塑张量。
类型约束¶
T 在 (
tensor(bool)
,tensor(complex128)
,tensor(complex64)
,tensor(double)
,tensor(float)
,tensor(float16)
,tensor(int16)
,tensor(int32)
,tensor(int64)
,tensor(int8)
,tensor(string)
,tensor(uint16)
,tensor(uint32)
,tensor(uint64)
,tensor(uint8)
) 中将输入和输出类型约束为所有张量类型。