Searched defs:filter_h (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_benchmark_test.cc | 77 int filter_w, int filter_h, int out_depth, in Conv2D() 108 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBias() 134 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBiasAndActivation() 157 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBatchNorm() 194 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBatchNormAndActivation() 218 int in_depth, int filter_w, int filter_h, in FusedConv2DWithBias() 258 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in FusedConv2DWithBatchNorm()
|
D | conv_grad_input_ops.h | 78 const int width, const int filter_h, const int filter_w, in Col2im()
|
D | conv_grad_input_ops_benchmark_test.cc | 40 int in_depth, int filter_h, int filter_w, in Conv2DBackpropInput()
|
D | conv_grad_filter_ops_benchmark_test.cc | 41 int in_depth, int filter_h, int filter_w, in Conv2DBackpropFilter()
|
D | conv_grad_ops_3d.cc | 76 const int filter_h, const int filter_w, const int pad_pt, in Col2im() 125 const int filter_h, const int filter_w, const int pad_pt, in Im2col()
|
D | conv_grad_filter_ops.cc | 71 const int width, const int filter_h, const int filter_w, in Im2col()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute.cpp | 179 int filter_w = 3, filter_h = 3; in kernelFilter() local 353 int filter_w = 3, filter_h = 3; in basicFilter() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5663 const int width, const int filter_h, const int filter_w, in Col2im()
|