GraphMaxPool Method |
Namespace: Emgu.TF
public Operation MaxPool( Output input, long[] ksize, long[] strides, string padding, string data_format = null, string opName = "MaxPool" )
Public Function MaxPool ( input As Output, ksize As Long(), strides As Long(), padding As String, Optional data_format As String = Nothing, Optional opName As String = "MaxPool" ) As Operation
public: Operation^ MaxPool( Output^ input, array<long long>^ ksize, array<long long>^ strides, String^ padding, String^ data_format = nullptr, String^ opName = L"MaxPool" )
member MaxPool : input : Output * ksize : int64[] * strides : int64[] * padding : string * ?data_format : string * ?opName : string (* Defaults: let _data_format = defaultArg data_format null let _opName = defaultArg opName "MaxPool" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.MaxPool(Emgu.TF.Output,System.Int64[],System.Int64[],System.String,System.String,System.String)"]
2020 Emgu Corporation, All Rights Reserved,