Click or drag to resize

GraphListDiff Method

http://www.emgu.com
ListDiff

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

Parameters

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

See Also