GraphSub Method |
Namespace: Emgu.TF
public Operation Sub( Output x, Output y, string opName = "Sub" )
Public Function Sub ( x As Output, y As Output, Optional opName As String = "Sub" ) As Operation
public: Operation^ Sub( Output^ x, Output^ y, String^ opName = L"Sub" )
member Sub : x : Output * y : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "Sub" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Sub(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2020 Emgu Corporation, All Rights Reserved,