Click or drag to resize

GraphUniqueWithCountsV2 Method

http://www.emgu.com
UniqueWithCountsV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation UniqueWithCountsV2(
	Output x,
	Output axis,
	Nullable<DataType> out_idx = null,
	string opName = "UniqueWithCountsV2"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
axis
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.UniqueWithCountsV2(Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also