SequenceConstruct¶
SequenceConstruct - 11¶
版本¶
網域:
main
since_version:
11
函式:
False
支援等級:
SupportType.COMMON
形狀推斷:
True
此版本的運算子自版本 11 起已可用。
摘要¶
建構一個包含「輸入」張量的張量序列。「輸入」中的所有張量都必須具有相同的資料類型。
輸入¶
介於 1 和 2147483647 個輸入之間。
輸入(可變,異質)- T
張量。
輸出¶
output_sequence(異質)- S
封閉輸入張量的序列。
類型限制¶
T in (
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)
)將輸入類型限制為任何張量類型。
S in (
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))
)將輸出類型限制為任何張量類型。