Click or drag to resize

GraphCudnnRNNParamsSize Method

http://www.emgu.com
CudnnRNNParamsSize

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation CudnnRNNParamsSize(
	Output num_layers,
	Output num_units,
	Output input_size,
	DataType T,
	DataType S,
	string rnn_mode = null,
	string input_mode = null,
	string direction = null,
	float dropout = 0f,
	long seed = 0,
	long seed2 = 0,
	string opName = "CudnnRNNParamsSize"
)

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.
T
Type: Emgu.TFDataType
T
S
Type: Emgu.TFDataType
S
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.CudnnRNNParamsSize(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,Emgu.TF.DataType,System.String,System.String,System.String,System.Single,System.Int64,System.Int64,System.String)"]

See Also