Click or drag to resize

GraphCudnnRNNV2 Method

http://www.emgu.com
CudnnRNNV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation CudnnRNNV2(
	Output input,
	Output input_h,
	Output input_c,
	Output parameters,
	string rnn_mode = null,
	string input_mode = null,
	string direction = null,
	float dropout = 0f,
	long seed = 0,
	long seed2 = 0,
	bool is_training = true,
	string opName = "CudnnRNNV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
input_h
Type: Emgu.TFOutput
Input to the operation.
input_c
Type: Emgu.TFOutput
Input to the operation.
parameters
Type: Emgu.TFOutput
Input to the operation.
rnn_mode (Optional)
Type: SystemString
rnn mode
input_mode (Optional)
Type: SystemString
input mode
direction (Optional)
Type: SystemString
direction
dropout (Optional)
Type: SystemSingle
dropout
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
is_training (Optional)
Type: SystemBoolean
is training
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also