GraphListDiff Method |
Namespace: Emgu.TF
public Operation ListDiff( Output x, Output y, Nullable<DataType> out_idx = null, string opName = "ListDiff" )
Public Function ListDiff ( x As Output, y As Output, Optional out_idx As Nullable(Of DataType) = Nothing, Optional opName As String = "ListDiff" ) As Operation
public: Operation^ ListDiff( Output^ x, Output^ y, Nullable<DataType> out_idx = nullptr, String^ opName = L"ListDiff" )
member ListDiff : x : Output * y : Output * ?out_idx : Nullable<DataType> * ?opName : string (* Defaults: let _out_idx = defaultArg out_idx null let _opName = defaultArg opName "ListDiff" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,