Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-094.md3 ### CVE Number
6 ### Impact
20 ### Patches
26 ### For more information
30 ### Attribution
H A Dtfsa-2021-065.md3 ### CVE Number
6 ### Impact
29 ### Patches
37 ### For more information
43 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1830 TEST_F(OpTest, AvgPool3DGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go2220 func AvgPool3DGrad(scope *Scope, orig_input_shape tf.Output, grad tf.Output, ksize []int64, strides… func