OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highest_quantized
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_add_op.cc
82
const int64
highest_quantized
=
local
109
std::min(full_input_in_output_range_64,
highest_quantized
);
139
const int64
highest_quantized
=
local
149
std::min(full_input_in_output_range_64,
highest_quantized
);
197
const int64
highest_quantized
=
local
228
x_in_output_range_64 = std::min(x_in_output_range_64,
highest_quantized
);
234
y_in_output_range_64 = std::min(y_in_output_range_64,
highest_quantized
);
266
const int64
highest_quantized
=
local
273
x_in_output_range_64 = std::min(x_in_output_range_64,
highest_quantized
);
279
y_in_output_range_64 = std::min(y_in_output_range_64,
highest_quantized
);
334
const int64
highest_quantized
=
local
419
const int64
highest_quantized
=
local
[
all
...]
quantization_utils.h
75
const int64
highest_quantized
=
local
78
quantized = std::min(quantized,
highest_quantized
);
297
const int64
highest_quantized
=
local
303
output_value = std::min(output_value,
highest_quantized
);
624
const int64
highest_quantized
=
631
output_value = std::min(output_value,
highest_quantized
);
[
all
...]
Completed in 97 milliseconds