Click or drag to resize

GraphGRUBlockCell Method

https://www.emgu.com/wiki/index.php/Emgu_TF
GRUBlockCell

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation GRUBlockCell(
	Output x,
	Output h_prev,
	Output w_ru,
	Output w_c,
	Output b_ru,
	Output b_c,
	string opName = "GRUBlockCell"
)

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.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] r(type: DtInvalid). [1] u(type: DtInvalid). [2] c(type: DtInvalid). [3] h(type: DtInvalid).
See Also