Lines Matching refs:pthreadpool_t
16 typedef ExecutionPlan (*ExecutionPlanFactory)(pthreadpool_t threadpool);
18 ExecutionPlan FP32MobileNetV1(pthreadpool_t threadpool);
19 ExecutionPlan FP32MobileNetV2(pthreadpool_t threadpool);
20 ExecutionPlan FP32MobileNetV3Large(pthreadpool_t threadpool);
21 ExecutionPlan FP32MobileNetV3Small(pthreadpool_t threadpool);
23 ExecutionPlan FP32SparseMobileNetV1(float sparsity, pthreadpool_t threadpool);
24 ExecutionPlan FP32SparseMobileNetV2(float sparsity, pthreadpool_t threadpool);
25 ExecutionPlan FP32SparseMobileNetV3Large(float sparsity, pthreadpool_t threadpool);
26 ExecutionPlan FP32SparseMobileNetV3Small(float sparsity, pthreadpool_t threadpool);
28 ExecutionPlan FP16MobileNetV1(pthreadpool_t threadpool);
29 ExecutionPlan FP16MobileNetV2(pthreadpool_t threadpool);
30 ExecutionPlan FP16MobileNetV3Large(pthreadpool_t threadpool);
31 ExecutionPlan FP16MobileNetV3Small(pthreadpool_t threadpool);
33 ExecutionPlan QC8MobileNetV1(pthreadpool_t threadpool);
34 ExecutionPlan QC8MobileNetV2(pthreadpool_t threadpool);
36 ExecutionPlan QS8MobileNetV1(pthreadpool_t threadpool);
37 ExecutionPlan QS8MobileNetV2(pthreadpool_t threadpool);
39 ExecutionPlan QU8MobileNetV1(pthreadpool_t threadpool);
40 ExecutionPlan QU8MobileNetV2(pthreadpool_t threadpool);