Click or drag to resize

GraphRaggedCountSparseOutput Method

http://www.emgu.com
RaggedCountSparseOutput

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

Parameters

splits
Type: Emgu.TFOutput
Input to the operation.
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.RaggedCountSparseOutput(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Int64,System.Int64,System.String)"]

See Also