Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp95 input->data.int8[0] = x_quantized; in loop()
105 int8_t y_quantized = output->data.int8[0]; in loop()
/Zephyr-latest/tests/lib/json/src/
Dmain.c1220 int int8; in ZTEST() member
1263 JSON_OBJ_DESCR_PRIM(struct large_struct, int8, JSON_TOK_NUMBER), in ZTEST()
/Zephyr-latest/doc/services/settings/
Dindex.rst185 static int8 foo_val = DEFAULT_FOO_VAL_VALUE;
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3005 "converter.inference_input_type = tf.int8\n",
3006 "converter.inference_output_type = tf.int8\n",