D | testing_helpers_test.cc | 26 int32_t quantized[tensor_size]; in TF_LITE_MICRO_TEST() local 33 pre_quantized, quantized, dims, input_scale, weight_scale); in TF_LITE_MICRO_TEST() 49 int32_t quantized[tensor_size]; in TF_LITE_MICRO_TEST() local 59 pre_quantized, quantized, dims, input_scale, weight_scales, scales, in TF_LITE_MICRO_TEST() 79 int8_t quantized[12]; in TF_LITE_MICRO_TEST() local 92 pre_quantized, quantized, dims, scales, zero_points, &quant, 0); in TF_LITE_MICRO_TEST()
|