OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_max
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/vbo/
vbo_minmax_index.c
359
GLuint tmp_min,
tmp_max
;
local
377
vbo_get_minmax_index(ctx, start_prim, ib, &tmp_min, &
tmp_max
, count);
379
*max_index = MAX2(*max_index,
tmp_max
);
/external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc
179
float32x2_t
tmp_max
= vpmax_f32(low, high);
local
180
tmp_max
= vpmax_f32(
tmp_max
,
tmp_max
);
181
v_maximum = std::max(v_maximum, vget_lane_f32(
tmp_max
, 0));
Completed in 102 milliseconds