Home
last modified time | relevance | path

Searched defs:MaxPoolGrad (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-068.md3 ### CVE Number
6 ### Impact
41 ### Patches
49 ### For more information
55 ### Attribution
H A Dtfsa-2021-148.md3 ### CVE Number
6 ### Impact
31 ### Patches
39 ### For more information
45 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dnn_grad.cc176 Status MaxPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go25779 func MaxPoolGrad(scope *Scope, orig_input tf.Output, orig_output tf.Output, grad tf.Output, ksize [… func