Searched refs:y_pred_quantized (Results 1 – 1 of 1) sorted by relevance
100 int8_t y_pred_quantized = output->data.int8[0]; in TF_LITE_MICRO_TEST() local102 float y_pred = (y_pred_quantized - output_zero_point) * output_scale; in TF_LITE_MICRO_TEST()