Searched refs:pthreadpool_function_2d_t (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
H A D | operator-run.c | 935 (pthreadpool_function_2d_t)compute_dwconv2d_unipass, in pytorch_qnnp_run_operator() 963 (pthreadpool_function_2d_t)compute_dwconv2d_multiipass, in pytorch_qnnp_run_operator() 990 (pthreadpool_function_2d_t)compute_dwconv3d_multiipass, in pytorch_qnnp_run_operator() 1370 pthreadpool_function_2d_t compute_function = NULL; in pytorch_qnnp_run_operator() 1373 (pthreadpool_function_2d_t)compute_average_pooling_unipass; in pytorch_qnnp_run_operator() 1378 (pthreadpool_function_2d_t)compute_average_pooling_unipass; in pytorch_qnnp_run_operator() 1382 (pthreadpool_function_2d_t)compute_average_pooling_multipass; in pytorch_qnnp_run_operator() 1438 (pthreadpool_function_2d_t)compute_max_pooling, in pytorch_qnnp_run_operator()
|
H A D | conv-run.cc | 447 (pthreadpool_function_2d_t)compute_dwconv2d_unipass, in qnnpackConv() 480 (pthreadpool_function_2d_t)compute_dwconv2d_multiipass, in qnnpackConv() 509 (pthreadpool_function_2d_t)compute_dwconv3d_multiipass, in qnnpackConv()
|
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 1098 typedef void (*pthreadpool_function_2d_t)(void*, size_t, size_t) PTHREADPOOL_DEPRECATED; 1118 pthreadpool_function_2d_t function,
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool.h | 172 #define pthreadpool_function_2d_t legacy_pthreadpool_function_2d_t macro
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 84 pthreadpool_function_2d_t=legacy_pthreadpool_function_2d_t
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | legacy-api.c | 39 pthreadpool_function_2d_t function, in pthreadpool_compute_2d()
|
/aosp_15_r20/external/pytorch/cmake/ |
H A D | Dependencies.cmake | 484 pthreadpool_function_2d_t=legacy_pthreadpool_function_2d_t
|