Home
last modified time | relevance | path

Searched refs:pthreadpool_t (Results 1 – 25 of 38) sorted by relevance

12

/external/pthreadpool/include/
Dpthreadpool.h7 typedef struct pthreadpool* pthreadpool_t; typedef
36 pthreadpool_t pthreadpool_create(size_t threads_count);
45 size_t pthreadpool_get_threads_count(pthreadpool_t threadpool);
63 pthreadpool_t threadpool,
70 pthreadpool_t threadpool,
78 pthreadpool_t threadpool,
86 pthreadpool_t threadpool,
95 pthreadpool_t threadpool,
105 pthreadpool_t threadpool,
116 pthreadpool_t threadpool,
[all …]
/external/XNNPACK/include/
Dxnnpack.h441 pthreadpool_t threadpool,
482 pthreadpool_t threadpool);
505 pthreadpool_t threadpool);
522 pthreadpool_t threadpool);
547 pthreadpool_t threadpool);
573 pthreadpool_t threadpool);
589 pthreadpool_t threadpool);
621 pthreadpool_t threadpool);
655 pthreadpool_t threadpool);
672 pthreadpool_t threadpool);
[all …]
/external/XNNPACK/models/
Dmodels.h16 typedef ExecutionPlan (*ExecutionPlanFactory)(pthreadpool_t threadpool);
18 ExecutionPlan MobileNetV1(pthreadpool_t threadpool);
19 ExecutionPlan MobileNetV2(pthreadpool_t threadpool);
20 ExecutionPlan MobileNetV3Large(pthreadpool_t threadpool);
21 ExecutionPlan MobileNetV3Small(pthreadpool_t threadpool);
/external/pthreadpool/src/
Dthreadpool-shim.c32 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d()
60 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d()
76 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d()
93 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d()
114 pthreadpool_t threadpool, in pthreadpool_parallelize_4d_tile_2d()
138 pthreadpool_t threadpool, in pthreadpool_parallelize_5d_tile_2d()
165 pthreadpool_t threadpool, in pthreadpool_parallelize_6d_tile_2d()
Dthreadpool-legacy.c24 pthreadpool_t threadpool, in pthreadpool_compute_1d()
35 pthreadpool_t threadpool, in pthreadpool_compute_1d_tiled()
47 pthreadpool_t threadpool, in pthreadpool_compute_2d()
59 pthreadpool_t threadpool, in pthreadpool_compute_2d_tiled()
103 pthreadpool_t threadpool, in pthreadpool_compute_3d_tiled()
185 pthreadpool_t threadpool, in pthreadpool_compute_4d_tiled()
Dthreadpool-pthreads.c613 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d()
712 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d()
773 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d()
841 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d()
919 pthreadpool_t threadpool, in pthreadpool_parallelize_4d_tile_2d()
1007 pthreadpool_t threadpool, in pthreadpool_parallelize_5d_tile_2d()
1103 pthreadpool_t threadpool, in pthreadpool_parallelize_6d_tile_2d()
/external/pthreadpool/bench/
Dlatency.cc21 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d()
40 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d_tile_1d()
59 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d()
78 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d_tile_2d()
Dthroughput.cc10 pthreadpool_t threadpool = pthreadpool_create(0); in pthreadpool_parallelize_1d()
33 pthreadpool_t threadpool = pthreadpool_create(0); in pthreadpool_parallelize_1d_tile_1d()
56 pthreadpool_t threadpool = pthreadpool_create(0); in pthreadpool_parallelize_2d()
79 pthreadpool_t threadpool = pthreadpool_create(0); in pthreadpool_parallelize_2d_tile_2d()
/external/XNNPACK/src/
Dbinary-elementwise-nd.c315 pthreadpool_t threadpool) in xnn_setup_add_nd_f32()
335 pthreadpool_t threadpool) in xnn_setup_divide_nd_f32()
355 pthreadpool_t threadpool) in xnn_setup_maximum_nd_f32()
375 pthreadpool_t threadpool) in xnn_setup_minimum_nd_f32()
395 pthreadpool_t threadpool) in xnn_setup_multiply_nd_f32()
415 pthreadpool_t threadpool) in xnn_setup_subtract_nd_f32()
Dchannel-shuffle-nc.c200 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x8()
221 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x32()
Dsoftmax-nc.c138 pthreadpool_t threadpool) in xnn_setup_softmax_nc_q8()
247 pthreadpool_t threadpool) in xnn_setup_softmax_nc_f32()
Dclamp-nc.c187 pthreadpool_t threadpool) in xnn_setup_clamp_nc_u8()
247 pthreadpool_t threadpool) in xnn_setup_clamp_nc_f32()
Dsigmoid-nc.c228 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_q8()
292 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_f32()
Dglobal-average-pooling-nwc.c245 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_q8()
315 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f32()
Dadd-nc.c256 pthreadpool_t threadpool) in xnn_setup_add_nc_q8()
319 pthreadpool_t threadpool) in xnn_setup_add_nc_f32()
Dglobal-average-pooling-ncw.c102 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_ncw_f32()
Dchannel-pad-nc.c96 pthreadpool_t threadpool) in xnn_setup_channel_pad_nc_x32()
Dhardswish-nc.c89 pthreadpool_t threadpool) in xnn_setup_hardswish_nc_f32()
Dfully-connected-nc.c414 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_q8()
438 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_f32()
Dmax-pooling-nhwc.c427 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_u8()
452 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f32()
Dprelu-nc.c109 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f32()
Dleaky-relu-nc.c164 pthreadpool_t threadpool) in xnn_setup_leaky_relu_nc_q8()
/external/pthreadpool/examples/
Daddition.c24 pthreadpool_t threadpool = pthreadpool_create(0); in main()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h170 pthreadpool_t threadpool;
/external/pthreadpool/
DREADME.md36 pthreadpool_t threadpool = pthreadpool_create(0);

12