Home
last modified time | relevance | path

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

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