Click or drag to resize

GraphSparseCountSparseOutput Method

http://www.emgu.com
SparseCountSparseOutput

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation SparseCountSparseOutput(
	Output indices,
	Output values,
	Output dense_shape,
	Output weights,
	bool binary_output,
	long minlength = -1,
	long maxlength = -1,
	string opName = "SparseCountSparseOutput"
)

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.
weights
Type: Emgu.TFOutput
Input to the operation.
binary_output
Type: SystemBoolean
binary output
minlength (Optional)
Type: SystemInt64
minlength
maxlength (Optional)
Type: SystemInt64
maxlength
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also