Click or drag to resize

GraphReverseSequence Method

https://www.emgu.com/wiki/index.php/Emgu_TF
ReverseSequence

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ReverseSequence(
	Output input,
	Output seq_lengths,
	long seq_dim,
	long batch_dim = 0,
	string opName = "ReverseSequence"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
seq_lengths
Type: Emgu.TFOutput
Input to the operation.
seq_dim
Type: SystemInt64
seq dim
batch_dim (Optional)
Type: SystemInt64
batch dim
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also