SequenceEmpty¶
SequenceEmpty - 11¶
版本¶
域:
main
起始版本:
11
函数:
False
支持级别:
SupportType.COMMON
形状推断:
True
此版本的运算符自 版本 11 起可用。
摘要¶
使用给定的数据类型构造一个空的张量序列。
属性¶
dtype - INT :
(可选) 输出序列中张量的数据类型。默认类型为‘float’。
输出¶
输出 (异构) - S
空序列。
类型约束¶
S 在 (
seq(tensor(bool))
,seq(tensor(complex128))
,seq(tensor(complex64))
,seq(tensor(double))
,seq(tensor(float))
,seq(tensor(float16))
,seq(tensor(int16))
,seq(tensor(int32))
,seq(tensor(int64))
,seq(tensor(int8))
,seq(tensor(string))
,seq(tensor(uint16))
,seq(tensor(uint32))
,seq(tensor(uint64))
,seq(tensor(uint8))
)将输出类型限制为任何张量类型。