Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/
Dunittest_targets.py82 target = {
88 targets.append(target)
129 def test_target(target, args, main_test): argument
133 target_name = target['name']
134 target_model = target['model']
199 def test_target_with_unity(target, args, main_test): argument
200 port = target['port']
205 tests = copy.deepcopy(target["tests"])
216 …serial_thread = threading.Thread(target=read_serial_port, args=(ser, inputQueue, lambda: stop_thre…
219 test_target(target, args, main_test)
[all …]
DCMakeLists.txt63 foreach(target ${ARGV})
64 set(tmp "${tmp} ${target}")
65 add_executable(${target})
67 target_link_options(${target} PRIVATE "--specs=nosys.specs")
69 add_dependencies(cmsis_nn_unit_tests ${target})
121 foreach(target ${cmsis_nn_unit_test_list_of_executables})
122 target_link_libraries(${target} LINK_PUBLIC unity)
123 target_link_libraries(${target} LINK_PUBLIC cmsis-nn)
169 foreach(target ${cmsis_nn_unit_test_list_of_executables})
170 target_link_libraries(${target} PRIVATE retarget)
[all …]
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c34 static void compare_and_replace_if_larger(int16_t *base, const int16_t *target, int32_t length) in compare_and_replace_if_larger() argument
42 const int16x8_t op_2 = vldrhq_z_s16(target, p); in compare_and_replace_if_larger()
46 target += 8; in compare_and_replace_if_larger()
51 const int16_t *src = target; in compare_and_replace_if_larger()
Darm_max_pool_s8.c34 static void compare_and_replace_if_larger_q7(int8_t *base, const int8_t *target, int32_t length) in compare_and_replace_if_larger_q7() argument
42 const int8x16_t op_2 = vldrbq_z_s8(target, p); in compare_and_replace_if_larger_q7()
46 target += 16; in compare_and_replace_if_larger_q7()
51 const int8_t *src = target; in compare_and_replace_if_larger_q7()
Darm_avgpool_s16.c37 int16_t *target, in scale_q31_to_q15_and_clamp() argument
52 target[i] = (int16_t)sum; in scale_q31_to_q15_and_clamp()
Darm_avgpool_s8.c36 int8_t *target, in scale_q31_to_q7_and_clamp() argument
51 target[i] = (int8_t)sum; in scale_q31_to_q7_and_clamp()
/cmsis-nn-latest/Documentation/Doxygen/src/
Dmainpage.md54 For a CMSIS-NN file compiled as `armclang -mcpu=cortex-m4 --target=arm-arm-none-eabi -I<CMSIS Core …
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in2492 # and usage relations if the target is undocumented or is not a class.