Click or drag to resize

GraphSparseSparseMinimum Method

http://www.emgu.com
SparseSparseMinimum

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation SparseSparseMinimum(
	Output a_indices,
	Output a_values,
	Output a_shape,
	Output b_indices,
	Output b_values,
	Output b_shape,
	string opName = "SparseSparseMinimum"
)

Parameters

a_indices
Type: Emgu.TFOutput
Input to the operation.
a_values
Type: Emgu.TFOutput
Input to the operation.
a_shape
Type: Emgu.TFOutput
Input to the operation.
b_indices
Type: Emgu.TFOutput
Input to the operation.
b_values
Type: Emgu.TFOutput
Input to the operation.
b_shape
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.SparseSparseMinimum(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also