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
[Missing <returns> documentation for "M:Emgu.TF.Graph.ListDiff(Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]
2019 Emgu Corporation, All Rights Reserved,