GraphMaxPoolGradWithArgmax Method |
Namespace: Emgu.TF
public Operation MaxPoolGradWithArgmax( Output input, Output grad, Output argmax, long[] ksize, long[] strides, string padding, bool include_batch_in_index = false, string opName = "MaxPoolGradWithArgmax" )
Public Function MaxPoolGradWithArgmax ( input As Output, grad As Output, argmax As Output, ksize As Long(), strides As Long(), padding As String, Optional include_batch_in_index As Boolean = false, Optional opName As String = "MaxPoolGradWithArgmax" ) As Operation
public: Operation^ MaxPoolGradWithArgmax( Output^ input, Output^ grad, Output^ argmax, array<long long>^ ksize, array<long long>^ strides, String^ padding, bool include_batch_in_index = false, String^ opName = L"MaxPoolGradWithArgmax" )
member MaxPoolGradWithArgmax : input : Output * grad : Output * argmax : Output * ksize : int64[] * strides : int64[] * padding : string * ?include_batch_in_index : bool * ?opName : string (* Defaults: let _include_batch_in_index = defaultArg include_batch_in_index false let _opName = defaultArg opName "MaxPoolGradWithArgmax" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,