OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_max
(Results
1 - 2
of
2
) sorted by null
/external/brotli/research/
draw_diff.cc
61
int
abs_max
= -min;
local
62
if (
abs_max
< max)
abs_max
= max;
64
fprintf(f, "P6\n%lu %lu\n%d\n", width, height,
abs_max
);
72
row[3 * j + 0] =
abs_max
- max_val + diff[i][j];
73
row[3 * j + 1] =
abs_max
- max_val;
74
row[3 * j + 2] =
abs_max
- max_val + min_val;
76
row[3 * j + 0] =
abs_max
- max_val;
77
row[3 * j + 1] =
abs_max
- max_val - diff[i][j];
78
row[3 * j + 2] =
abs_max
- max_val + min_val
[
all
...]
/external/tensorflow/tensorflow/core/kernels/
mkl_requantization_range_per_channel_op.cc
84
const int32_t
abs_max
=
variable
89
scale * static_cast<float>(
abs_max
) / static_cast<float>(1L << 31);
Completed in 298 milliseconds