Searched refs:softmax_output_ref (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/TestCases/TestData/softmax/ |
D | output_ref_data.h | 5 const int8_t softmax_output_ref[10] = {-57, -70, -79, -86, -92, -94, -88, -54, -91, -56}; variable
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s8/ |
D | test_arm_softmax_s8.c | 40 TEST_ASSERT_TRUE(validate(output, softmax_output_ref, SOFTMAX_DST_SIZE)); in softmax_arm_softmax_s8()
|