Click or drag to resize

GraphGRUBlockCellGrad Method

http://www.emgu.com
GRUBlockCellGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation GRUBlockCellGrad(
	Output x,
	Output h_prev,
	Output w_ru,
	Output w_c,
	Output b_ru,
	Output b_c,
	Output r,
	Output u,
	Output c,
	Output d_h,
	string opName = "GRUBlockCellGrad"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
h_prev
Type: Emgu.TFOutput
Input to the operation.
w_ru
Type: Emgu.TFOutput
Input to the operation.
w_c
Type: Emgu.TFOutput
Input to the operation.
b_ru
Type: Emgu.TFOutput
Input to the operation.
b_c
Type: Emgu.TFOutput
Input to the operation.
r
Type: Emgu.TFOutput
Input to the operation.
u
Type: Emgu.TFOutput
Input to the operation.
c
Type: Emgu.TFOutput
Input to the operation.
d_h
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also