Click or drag to resize

GraphTopKV2 Method

http://www.emgu.com
TopKV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation TopKV2(
	Output input,
	Output k,
	bool sorted = true,
	string opName = "TopKV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
k
Type: Emgu.TFOutput
Input to the operation.
sorted (Optional)
Type: SystemBoolean
sorted
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also