Home
last modified time | relevance | path

Searched refs:pre_quantized (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dtesting_helpers_test.cc27 float pre_quantized[] = {-10, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 10}; in TF_LITE_MICRO_TEST() local
33 pre_quantized, quantized, dims, input_scale, weight_scale); in TF_LITE_MICRO_TEST()
52 float pre_quantized[] = {-10, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 10}; in TF_LITE_MICRO_TEST() local
59 pre_quantized, quantized, dims, input_scale, weight_scales, scales, in TF_LITE_MICRO_TEST()
80 const float pre_quantized[] = {-127, -55, -4, -3, -2, -1, in TF_LITE_MICRO_TEST() local
92 pre_quantized, quantized, dims, scales, zero_points, &quant, 0); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h443 Value pre_quantized = op.input(); in matchAndRewrite() local
445 quant::QuantizedType::getQuantizedElementType(pre_quantized.getType()); in matchAndRewrite()
448 Operation* def = pre_quantized.getDefiningOp(); in matchAndRewrite()
467 rewriter.replaceOp(op, {pre_quantized}); in matchAndRewrite()