Click or drag to resize

GraphSparseFillEmptyRowsGrad Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SparseFillEmptyRowsGrad(
	Output reverse_index_map,
	Output grad_values,
	string opName = "SparseFillEmptyRowsGrad"
)

Parameters

reverse_index_map
Type: Emgu.TFOutput
Input to the operation.
grad_values
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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