Click or drag to resize

GraphSparseSliceGrad Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SparseSliceGrad(
	Output backprop_val_grad,
	Output input_indices,
	Output input_start,
	Output output_indices,
	string opName = "SparseSliceGrad"
)

Parameters

backprop_val_grad
Type: Emgu.TFOutput
Input to the operation.
input_indices
Type: Emgu.TFOutput
Input to the operation.
input_start
Type: Emgu.TFOutput
Input to the operation.
output_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] val_grad(type: DtInvalid).
See Also