Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_filter_ops_benchmark_test.cc40 static Graph* Conv2DBackpropFilter(int batch, int height, int width, in Conv2DBackpropFilter() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1621 TEST_F(OpTest, Conv2DBackpropFilter) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go26339 func Conv2DBackpropFilter(scope *Scope, input tf.Output, filter_sizes tf.Output, out_backprop tf.Ou… func