Click or drag to resize

GraphUnique Method

http://www.emgu.com
Unique

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

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.Unique(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also