Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp229 const size_t stackSize = 2048; in main() local
230 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main()
239 thread.id = k_thread_create(&thread.thread, stack, stackSize, inferenceSenderTask, in main()
252 const size_t stackSize = 8192; in main() local
253 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main()
265 thread.id = k_thread_create(&thread.thread, stack, stackSize, inferenceProcessTask, in main()