Click or drag to resize

GraphLSTMBlockCellGrad Method

http://www.emgu.com
LSTMBlockCellGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation LSTMBlockCellGrad(
	Output x,
	Output cs_prev,
	Output h_prev,
	Output w,
	Output wci,
	Output wcf,
	Output wco,
	Output b,
	Output i,
	Output cs,
	Output f,
	Output o,
	Output ci,
	Output co,
	Output cs_grad,
	Output h_grad,
	bool use_peephole,
	string opName = "LSTMBlockCellGrad"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
cs_prev
Type: Emgu.TFOutput
Input to the operation.
h_prev
Type: Emgu.TFOutput
Input to the operation.
w
Type: Emgu.TFOutput
Input to the operation.
wci
Type: Emgu.TFOutput
Input to the operation.
wcf
Type: Emgu.TFOutput
Input to the operation.
wco
Type: Emgu.TFOutput
Input to the operation.
b
Type: Emgu.TFOutput
Input to the operation.
i
Type: Emgu.TFOutput
Input to the operation.
cs
Type: Emgu.TFOutput
Input to the operation.
f
Type: Emgu.TFOutput
Input to the operation.
o
Type: Emgu.TFOutput
Input to the operation.
ci
Type: Emgu.TFOutput
Input to the operation.
co
Type: Emgu.TFOutput
Input to the operation.
cs_grad
Type: Emgu.TFOutput
Input to the operation.
h_grad
Type: Emgu.TFOutput
Input to the operation.
use_peephole
Type: SystemBoolean
use peephole
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also