GraphMax Method |
Namespace: Emgu.TF
public Operation Max( Output input, Output reduction_indices, bool keep_dims = false, string opName = "Max" )
Public Function Max ( input As Output, reduction_indices As Output, Optional keep_dims As Boolean = false, Optional opName As String = "Max" ) As Operation
public: Operation^ Max( Output^ input, Output^ reduction_indices, bool keep_dims = false, String^ opName = L"Max" )
member Max : input : Output * reduction_indices : Output * ?keep_dims : bool * ?opName : string (* Defaults: let _keep_dims = defaultArg keep_dims false let _opName = defaultArg opName "Max" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,