Click or drag to resize

GraphCudnnRNNCanonicalToParams Method

http://www.emgu.com
CudnnRNNCanonicalToParams

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation CudnnRNNCanonicalToParams(
	Output num_layers,
	Output num_units,
	Output input_size,
	Output weights,
	Output biases,
	string rnn_mode = null,
	string input_mode = null,
	string direction = null,
	float dropout = 0f,
	long seed = 0,
	long seed2 = 0,
	string opName = "CudnnRNNCanonicalToParams"
)

Parameters

num_layers
Type: Emgu.TFOutput
Input to the operation.
num_units
Type: Emgu.TFOutput
Input to the operation.
input_size
Type: Emgu.TFOutput
Input to the operation.
weights
Type: Emgu.TFOutput
Input to the operation.
biases
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.CudnnRNNCanonicalToParams(Emgu.TF.Output,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.String)"]

See Also