Sequence
A Sequence represents an array of tensors.
Data types
Orion supports currently these Sequence
types.
Data type | dtype |
---|---|
32-bit integer (signed) |
|
8-bit integer (signed) |
|
32-bit integer (unsigned) |
|
Fixed point (signed) |
|
SequenceTrait
SequenceTrait
defines the operations that can be performed on a Sequence of tensors.
function | description |
---|---|
Constructs a tensor sequence containing the input tensors. | |
Returns an empty tensor sequence. | |
Returns the length of the input sequence. | |
Insert a tensor into a sequence. | |
Outputs the tensor at the specified position in the input sequence. | |
Concatenate a sequence of tensors into a single tensor. |
Last updated