|  | 
| One more information, seems like this is a Python specific bug. C API result is much faster. Below is my rknn_mobilenet running time: 
 rknn_init takes 0.068531s
 rknn_query takes 0.000018s
 rknn_inputs_set takes 0.001168s
 rknn_run takes 0.000126s
 rknn_outputs_get takes 0.000637s
 
 perf_run.run_duration = 9993 us
 
 Does anyone know how to map each rknn functions to the perf duration (~10ms)? I know rknn_run() is non-blocking call and rknn_outputs_get() is blocking. But it's only 0.6ms. What else does the 10ms include?
 | 
 |