Searched defs:quant_max (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantization_utils_test.cc | 64 const int quant_max = 127; in TEST() local 87 const int quant_max = 127; in TEST() local 109 const int quant_max = 127; in TEST() local 130 const int quant_max = 127; in TEST() local 152 const int quant_max = 127; in TEST() local
|
D | quantization_utils.cc | 52 float min, float max, const int quant_min, const int quant_max, in GetAsymmetricQuantizationParams()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_quantize_ops.cc | 29 const float quant_max, float* nudged_min, float* nudged_max, in CpuNudge() 59 xla::XlaOp quant_max = in XlaNudge() local 146 const float quant_max = (1 << num_bits) - 1; in FakeQuantWithMinMaxArgsGradOp() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fake_quant_ops_functor.h | 42 const float min, const float max, const int quant_min, const int quant_max, in Nudge()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | quantization_util.cc | 320 const int quant_min, const int quant_max, in NudgeQuantizationRange()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 2895 int quant_max = (1 << num_bits) - 1; in FakeQuant() local
|