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