OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_max
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
dilation_ops_gpu.cu.cc
145
int
h_max
= 0;
local
162
h_max
= h;
170
filter_backprop_ptr + d + depth * (w_max + filter_cols *
h_max
),
dilation_ops.cc
423
int
h_max
= 0;
local
434
h_max
= h;
441
filter_backprop(
h_max
, w_max, d) +=
/external/u-boot/common/
lcd.c
113
ushort
h_max
= panel_info.vl_col;
local
115
ushort h_step = (
h_max
+ N_BLK_HOR - 1) / N_BLK_HOR;
124
h_max
, v_max, h_step, v_step);
128
for (h = 0; h <
h_max
; ++h) {
Completed in 539 milliseconds