Click or drag to resize

GraphBlockLSTMGrad Method

http://www.emgu.com
BlockLSTMGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation BlockLSTMGrad(
	Output seq_len_max,
	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 h,
	Output cs_grad,
	Output h_grad,
	bool use_peephole,
	string opName = "BlockLSTMGrad"
)

Parameters

seq_len_max
Type: Emgu.TFOutput
Input to the operation.
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.
h
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.BlockLSTMGrad(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,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also