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