Click or drag to resize

GraphDenseCountSparseOutput Method

http://www.emgu.com
DenseCountSparseOutput

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

Parameters

values
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.DenseCountSparseOutput(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Int64,System.Int64,System.String)"]

See Also