OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuantizedToFloatStruct
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
138
// input_array is an eigen Tensor. q2f is a
QuantizedToFloatStruct
.
159
struct
QuantizedToFloatStruct
{
168
QuantizedToFloatStruct
(float range_min, float range_max)
673
QuantizedToFloatStruct
<T1> q2f(min_input, max_input);
[
all
...]
quantized_concat_op.cc
52
QuantizedToFloatStruct
<T> q2f(input_min, input_max);
Completed in 798 milliseconds