Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/hello_world/
Dhello_world_test.cc100 int8_t y_pred_quantized = output->data.int8[0]; in TF_LITE_MICRO_TEST() local
102 float y_pred = (y_pred_quantized - output_zero_point) * output_scale; in TF_LITE_MICRO_TEST()