Searched defs:pre_quantized (Results 1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/lite/micro/ |
| D | testing_helpers_test.cc | 27 float pre_quantized[] = {-10, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 10}; in TF_LITE_MICRO_TEST() local 52 float pre_quantized[] = {-10, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 10}; in TF_LITE_MICRO_TEST() local 80 const float pre_quantized[] = {-127, -55, -4, -3, -2, -1, in TF_LITE_MICRO_TEST() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
| D | quantization_utils.h | 443 Value pre_quantized = op.input(); in matchAndRewrite() local
|