Click or drag to resize

GraphUnbatchGrad Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] batched_grad(type: DtInvalid).
See Also