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