Click or drag to resize

GraphUnbatchGrad Method

http://www.emgu.com
UnbatchGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation UnbatchGrad(
	Output original_input,
	Output batch_index,
	Output grad,
	Output id,
	string container = null,
	string shared_name = null,
	string opName = "UnbatchGrad"
)

Parameters

original_input
Type: Emgu.TFOutput
Input to the operation.
batch_index
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
id
Type: Emgu.TFOutput
Input to the operation.
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also