Click or drag to resize

GraphReverseSequence Method

http://www.emgu.com
ReverseSequence

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.ReverseSequence(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.String)"]

See Also