Home
last modified time | relevance | path

Searched defs:Conv2DBackpropFilter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-027.md3 ### CVE Number
6 ### Impact
46 ### Patches
54 ### For more information
60 ### Attribution
H A Dtfsa-2021-013.md3 ### CVE Number
6 ### Impact
30 ### Patches
38 ### For more information
44 ### Attribution
H A Dtfsa-2021-028.md3 ### CVE Number
6 ### Impact
60 ### Patches
68 ### For more information
74 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_filter_ops_benchmark_test.cc40 static Graph* Conv2DBackpropFilter(int batch, int height, int width, in Conv2DBackpropFilter() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2349 TEST_F(OpTest, Conv2DBackpropFilter) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go7147 func Conv2DBackpropFilter(scope *Scope, input tf.Output, filter_sizes tf.Output, out_backprop tf.Ou… func