OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEQUANTIZE_WITH_EIGEN
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
101
// For compatibility with
DEQUANTIZE_WITH_EIGEN
, we should convert
140
// auto tensor =
DEQUANTIZE_WITH_EIGEN
(input_tensor, q2f);
141
#define
DEQUANTIZE_WITH_EIGEN
(input_array, q2f) \
157
// For use with
DEQUANTIZE_WITH_EIGEN
.
674
auto input_float =
DEQUANTIZE_WITH_EIGEN
(input_array, q2f);
[
all
...]
quantized_concat_op.cc
53
auto input_float =
DEQUANTIZE_WITH_EIGEN
(input_array, q2f);
Completed in 348 milliseconds