Click or drag to resize

GraphDenseToSparseSetOperation Method

http://www.emgu.com
DenseToSparseSetOperation

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation DenseToSparseSetOperation(
	Output set1,
	Output set2_indices,
	Output set2_values,
	Output set2_shape,
	string set_operation,
	bool validate_indices = true,
	string opName = "DenseToSparseSetOperation"
)

Parameters

set1
Type: Emgu.TFOutput
Input to the operation.
set2_indices
Type: Emgu.TFOutput
Input to the operation.
set2_values
Type: Emgu.TFOutput
Input to the operation.
set2_shape
Type: Emgu.TFOutput
Input to the operation.
set_operation
Type: SystemString
set operation
validate_indices (Optional)
Type: SystemBoolean
validate indices
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also