Click or drag to resize

GraphUniqueWithCounts Method

http://www.emgu.com
UniqueWithCounts

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation UniqueWithCounts(
	Output x,
	Nullable<DataType> out_idx = null,
	string opName = "UniqueWithCounts"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
out_idx (Optional)
Type: SystemNullableDataType
out idx
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.UniqueWithCounts(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also