OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_float
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
mkl_quantized_concat_op_test.cc
110
Tensor
first_float
(DT_FLOAT,
112
test::FillValues<float>(&
first_float
,
115
FloatTensorToQuantized<quint8>(
first_float
, first_min, first_max);
183
Tensor
first_float
(DT_FLOAT,
185
test::FillValues<float>(&
first_float
,
188
FloatTensorToQuantized<quint8>(
first_float
, first_min, first_max);
quantized_concat_op_test.cc
79
Tensor
first_float
(DT_FLOAT, {first_batch, first_height, first_width});
80
test::FillValues<float>(&
first_float
,
83
FloatTensorToQuantized<quint8>(
first_float
, first_min, first_max);
144
Tensor
first_float
(DT_FLOAT, {first_batch, first_height, first_width});
145
test::FillValues<float>(&
first_float
, {100, 200, 300, 400, 500, 600, 700, 800,
148
FloatTensorToQuantized<qint32>(
first_float
, first_min, first_max);
207
Tensor
first_float
(DT_FLOAT, {first_batch, first_height, first_width});
208
test::FillValues<float>(&
first_float
,
211
FloatTensorToQuantized<quint8>(
first_float
, first_min, first_max);
quantization_utils_test.cc
502
float
first_float
= ceil(min / step_size) * step_size;
local
503
for (float f =
first_float
; f <= max; f += step_size) {
[
all
...]
Completed in 171 milliseconds