Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp93 int8_t x_quantized = x / input->params.scale + input->params.zero_point; in loop() local
95 input->data.int8[0] = x_quantized; in loop()