Home
last modified time | relevance | path

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

123

/external/XNNPACK/models/
Dmodels.h16 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);
[all …]
/external/pthreadpool/include/
Dpthreadpool.h7 typedef struct pthreadpool* pthreadpool_t; typedef
77 pthreadpool_t pthreadpool_create(size_t threads_count);
86 size_t pthreadpool_get_threads_count(pthreadpool_t threadpool);
112 pthreadpool_t threadpool,
156 pthreadpool_t threadpool,
189 pthreadpool_t threadpool,
223 pthreadpool_t threadpool,
260 pthreadpool_t threadpool,
301 pthreadpool_t threadpool,
359 pthreadpool_t threadpool,
[all …]
/external/XNNPACK/include/
Dxnnpack.h1054 pthreadpool_t threadpool,
1095 pthreadpool_t threadpool);
1114 pthreadpool_t threadpool);
1131 pthreadpool_t threadpool);
1154 pthreadpool_t threadpool);
1180 pthreadpool_t threadpool);
1194 pthreadpool_t threadpool);
1208 pthreadpool_t threadpool);
1224 pthreadpool_t threadpool);
1256 pthreadpool_t threadpool);
[all …]
/external/pthreadpool/bench/
Dthroughput.cc10 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d()
33 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d_tile_1d()
56 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d()
79 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_1d()
103 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_2d()
127 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d()
150 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_1d()
174 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_2d()
198 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d()
221 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d_tile_1d()
[all …]
Dlatency.cc20 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d()
39 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d_tile_1d()
58 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d()
77 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d_tile_2d()
/external/pthreadpool/src/
Dshim.c42 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_with_uarch()
56 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d()
84 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d()
100 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d()
117 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
137 pthreadpool_t threadpool, in pthreadpool_parallelize_3d()
155 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_1d()
174 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d()
195 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
218 pthreadpool_t threadpool, in pthreadpool_parallelize_4d()
[all …]
Dlegacy-api.c15 pthreadpool_t threadpool, in pthreadpool_compute_1d()
26 pthreadpool_t threadpool, in pthreadpool_compute_1d_tiled()
38 pthreadpool_t threadpool, in pthreadpool_compute_2d()
50 pthreadpool_t threadpool, in pthreadpool_compute_2d_tiled()
94 pthreadpool_t threadpool, in pthreadpool_compute_3d_tiled()
176 pthreadpool_t threadpool, in pthreadpool_compute_4d_tiled()
Dportable-api.c1267 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_with_uarch()
1317 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d()
1358 pthreadpool_t threadpool, in pthreadpool_parallelize_2d()
1400 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d()
1446 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d()
1496 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
1559 pthreadpool_t threadpool, in pthreadpool_parallelize_3d()
1605 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_1d()
1655 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d()
1709 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
[all …]
/external/XNNPACK/src/operators/
Dunary-elementwise-nc.c473 pthreadpool_t threadpool) in xnn_setup_abs_nc_f32()
495 pthreadpool_t threadpool) in xnn_setup_bankers_rounding_nc_f32()
517 pthreadpool_t threadpool) in xnn_setup_ceiling_nc_f32()
539 pthreadpool_t threadpool) in xnn_setup_clamp_nc_u8()
561 pthreadpool_t threadpool) in xnn_setup_clamp_nc_f32()
583 pthreadpool_t threadpool) in xnn_setup_copy_nc_x32()
605 pthreadpool_t threadpool) in xnn_setup_elu_nc_f32()
627 pthreadpool_t threadpool) in xnn_setup_floor_nc_f32()
649 pthreadpool_t threadpool) in xnn_setup_hardswish_nc_f16()
671 pthreadpool_t threadpool) in xnn_setup_hardswish_nc_f32()
[all …]
Dbinary-elementwise-nd.c635 pthreadpool_t threadpool) in xnn_setup_add_nd_qs8()
659 pthreadpool_t threadpool) in xnn_setup_add_nd_f16()
679 pthreadpool_t threadpool) in xnn_setup_add_nd_f32()
699 pthreadpool_t threadpool) in xnn_setup_divide_nd_f32()
719 pthreadpool_t threadpool) in xnn_setup_maximum_nd_f32()
739 pthreadpool_t threadpool) in xnn_setup_minimum_nd_f32()
759 pthreadpool_t threadpool) in xnn_setup_multiply_nd_f16()
779 pthreadpool_t threadpool) in xnn_setup_multiply_nd_f32()
799 pthreadpool_t threadpool) in xnn_setup_squared_difference_nd_f32()
819 pthreadpool_t threadpool) in xnn_setup_subtract_nd_f32()
Dglobal-average-pooling-nwc.c130 pthreadpool_t threadpool) in setup_global_average_pooling_nwc()
431 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_qu8()
462 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_qs8()
493 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f16()
522 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f32()
Dchannel-shuffle-nc.c204 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x8()
227 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x32()
Dsoftmax-nc.c142 pthreadpool_t threadpool) in xnn_setup_softmax_nc_qu8()
257 pthreadpool_t threadpool) in xnn_setup_softmax_nc_f32()
Dglobal-average-pooling-ncw.c97 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_ncw_f32()
Ddepth-to-space-nchw2nhwc.c102 pthreadpool_t threadpool) in xnn_setup_depth_to_space_nchw2nhwc_x32()
Dprelu-nc.c103 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f32()
Dfully-connected-nc.c376 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_qu8()
403 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_f32()
Ddepth-to-space-nhwc.c102 pthreadpool_t threadpool) in xnn_setup_depth_to_space_nhwc_x32()
Dmax-pooling-nhwc.c423 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_u8()
450 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f32()
Dsigmoid-nc.c160 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_qu8()
Dleaky-relu-nc.c169 pthreadpool_t threadpool) in xnn_setup_leaky_relu_nc_qu8()
/external/XNNPACK/bench/
Dend2end.cc72 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV1()
78 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV2()
84 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV3Large()
90 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV3Small()
/external/pthreadpool/examples/
Daddition.c24 pthreadpool_t threadpool = pthreadpool_create(0); in main()
/external/pthreadpool/
DREADME.md36 pthreadpool_t threadpool = pthreadpool_create(0);
/external/XNNPACK/src/xnnpack/
Dsubgraph.h269 pthreadpool_t threadpool;

123