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)))将输出类型限制为任何张量类型。