/external/pthreadpool/include/ |
D | pthreadpool.h | 7 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/ |
D | xnnpack.h | 441 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/ |
D | models.h | 16 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/ |
D | threadpool-shim.c | 32 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()
|
D | threadpool-legacy.c | 24 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()
|
D | threadpool-pthreads.c | 613 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/ |
D | latency.cc | 21 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()
|
D | throughput.cc | 10 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/ |
D | binary-elementwise-nd.c | 315 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()
|
D | channel-shuffle-nc.c | 200 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x8() 221 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x32()
|
D | softmax-nc.c | 138 pthreadpool_t threadpool) in xnn_setup_softmax_nc_q8() 247 pthreadpool_t threadpool) in xnn_setup_softmax_nc_f32()
|
D | clamp-nc.c | 187 pthreadpool_t threadpool) in xnn_setup_clamp_nc_u8() 247 pthreadpool_t threadpool) in xnn_setup_clamp_nc_f32()
|
D | sigmoid-nc.c | 228 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_q8() 292 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_f32()
|
D | global-average-pooling-nwc.c | 245 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_q8() 315 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f32()
|
D | add-nc.c | 256 pthreadpool_t threadpool) in xnn_setup_add_nc_q8() 319 pthreadpool_t threadpool) in xnn_setup_add_nc_f32()
|
D | global-average-pooling-ncw.c | 102 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_ncw_f32()
|
D | channel-pad-nc.c | 96 pthreadpool_t threadpool) in xnn_setup_channel_pad_nc_x32()
|
D | hardswish-nc.c | 89 pthreadpool_t threadpool) in xnn_setup_hardswish_nc_f32()
|
D | fully-connected-nc.c | 414 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_q8() 438 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_f32()
|
D | max-pooling-nhwc.c | 427 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_u8() 452 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f32()
|
D | prelu-nc.c | 109 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f32()
|
D | leaky-relu-nc.c | 164 pthreadpool_t threadpool) in xnn_setup_leaky_relu_nc_q8()
|
/external/pthreadpool/examples/ |
D | addition.c | 24 pthreadpool_t threadpool = pthreadpool_create(0); in main()
|
/external/XNNPACK/src/xnnpack/ |
D | subgraph.h | 170 pthreadpool_t threadpool;
|
/external/pthreadpool/ |
D | README.md | 36 pthreadpool_t threadpool = pthreadpool_create(0);
|