GraphMaxPoolWithArgmax Method |
Namespace: Emgu.TF
public Operation MaxPoolWithArgmax( Output input, long[] ksize, long[] strides, string padding, Nullable<DataType> Targmax = null, bool include_batch_in_index = false, string opName = "MaxPoolWithArgmax" )
Public Function MaxPoolWithArgmax ( input As Output, ksize As Long(), strides As Long(), padding As String, Optional Targmax As Nullable(Of DataType) = Nothing, Optional include_batch_in_index As Boolean = false, Optional opName As String = "MaxPoolWithArgmax" ) As Operation
public: Operation^ MaxPoolWithArgmax( Output^ input, array<long long>^ ksize, array<long long>^ strides, String^ padding, Nullable<DataType> Targmax = nullptr, bool include_batch_in_index = false, String^ opName = L"MaxPoolWithArgmax" )
member MaxPoolWithArgmax : input : Output * ksize : int64[] * strides : int64[] * padding : string * ?Targmax : Nullable<DataType> * ?include_batch_in_index : bool * ?opName : string (* Defaults: let _Targmax = defaultArg Targmax null let _include_batch_in_index = defaultArg include_batch_in_index false let _opName = defaultArg opName "MaxPoolWithArgmax" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,