Home
last modified time | relevance | path

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

/hal_ethos_u-3.6.0-3.5.0-3.4.0/
DREADME.md186 To avoid memory leaks, any allocations done in the ethosu_inference_begin() must
191 void ethosu_inference_begin(struct ethosu_driver *drv, void *user_arg);
212 void ethosu_inference_begin(struct ethosu_driver *drv, void *user_arg) {
/hal_ethos_u-3.6.0-3.5.0-3.4.0/src/
Dethosu_driver.c221 void __attribute__((weak)) ethosu_inference_begin(struct ethosu_driver *drv, void *user_arg) in ethosu_inference_begin() function
356 ethosu_inference_begin(drv, drv->job.user_arg); in handle_command_stream()
/hal_ethos_u-3.6.0-3.5.0-3.4.0/include/
Dethosu_driver.h136 void ethosu_inference_begin(struct ethosu_driver *drv, void *user_arg);