Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_nn/src/
Dmain.c501 const int8_t softmax_input[10] = {101, 49, 6, -34, -75, -79, -38, 120, -55, 115}; variable
512 const int8_t *input_data = softmax_input; in ZTEST()