Click or drag to resize

GraphSparseSliceGrad Method

http://www.emgu.com
SparseSliceGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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

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

See Also