Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-101.md3 ### CVE Number
6 ### Impact
23 ### Patches
29 ### For more information
33 ### Attribution
H A Dtfsa-2022-121.md3 ### CVE Number
6 ### Impact
26 ### Patches
32 ### For more information
36 ### Attribution
H A Dtfsa-2021-014.md3 ### CVE Number
6 ### Impact
37 ### Patches
45 ### For more information
51 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_input_ops_benchmark_test.cc39 static Graph* Conv2DBackpropInput(int batch, int height, int width, in Conv2DBackpropInput() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2375 TEST_F(OpTest, Conv2DBackpropInput) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go7247 func Conv2DBackpropInput(scope *Scope, input_sizes tf.Output, filter tf.Output, out_backprop tf.Out… func