Searched refs:softmax_output_ref (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/lib/cmsis_nn/src/ |
| D | main.c | 504 const int8_t softmax_output_ref[10] = {-57, -70, -79, -86, -92, -94, -88, -54, -91, -56}; variable 518 zassert_mem_equal(softmax_output_ref, output, sizeof(output), ""); in ZTEST()
|