Home
last modified time | relevance | path

Searched refs:h_max (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops_gpu.cu.cc145 int h_max = 0; in DilationBackpropFilterKernel() local
162 h_max = h; in DilationBackpropFilterKernel()
170 filter_backprop_ptr + d + depth * (w_max + filter_cols * h_max), in DilationBackpropFilterKernel()
Ddilation_ops.cc423 int h_max = 0; in operator ()() local
434 h_max = h; in operator ()()
441 filter_backprop(h_max, w_max, d) += in operator ()()
/external/u-boot/common/
Dlcd.c113 ushort h_max = panel_info.vl_col; in test_pattern() local
115 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern()
124 h_max, v_max, h_step, v_step); in test_pattern()
128 for (h = 0; h < h_max; ++h) { in test_pattern()