Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp227 const size_t stackSize = 2048; in main() local
228 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main()
237 thread.id = k_thread_create(&thread.thread, stack, stackSize, inferenceSenderTask, in main()
250 const size_t stackSize = 8192; in main() local
251 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main()
263 thread.id = k_thread_create(&thread.thread, stack, stackSize, inferenceProcessTask, in main()