D | testing_helpers_test.cc | 27 int32_t quantized[tensor_size]; in TF_LITE_MICRO_TEST() local 34 pre_quantized, quantized, dims, input_scale, weight_scale, tensor_name); in TF_LITE_MICRO_TEST() 52 int32_t quantized[tensor_size]; in TF_LITE_MICRO_TEST() local 62 pre_quantized, quantized, dims, input_scale, weight_scales, scales, in TF_LITE_MICRO_TEST() 84 int8_t quantized[12]; in TF_LITE_MICRO_TEST() local 97 pre_quantized, quantized, dims, scales, zero_points, &quant, 0, in TF_LITE_MICRO_TEST()
|