Click or drag to resize

GraphInTopKV2 Method

http://www.emgu.com
InTopKV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation InTopKV2(
	Output predictions,
	Output targets,
	Output k,
	string opName = "InTopKV2"
)

Parameters

predictions
Type: Emgu.TFOutput
Input to the operation.
targets
Type: Emgu.TFOutput
Input to the operation.
k
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.InTopKV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also