Click or drag to resize

GraphSparseAddGrad Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SparseAddGrad(
	Output backprop_val_grad,
	Output a_indices,
	Output b_indices,
	Output sum_indices,
	string opName = "SparseAddGrad"
)

Parameters

backprop_val_grad
Type: Emgu.TFOutput
Input to the operation.
a_indices
Type: Emgu.TFOutput
Input to the operation.
b_indices
Type: Emgu.TFOutput
Input to the operation.
sum_indices
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] a_val_grad(type: DtInvalid). [1] b_val_grad(type: DtInvalid).
See Also