Click or drag to resize

GraphSparseFillEmptyRows Method

http://www.emgu.com
SparseFillEmptyRows

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation SparseFillEmptyRows(
	Output indices,
	Output values,
	Output dense_shape,
	Output default_value,
	string opName = "SparseFillEmptyRows"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
dense_shape
Type: Emgu.TFOutput
Input to the operation.
default_value
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.SparseFillEmptyRows(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also