Home
last modified time | relevance | path

Searched refs:pthreadpool_function_1d_t (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Doperator-run.c1507 pthreadpool_function_1d_t compute_function = NULL; in pytorch_qnnp_run_operator()
1510 (pthreadpool_function_1d_t)compute_global_average_pooling_unipass; in pytorch_qnnp_run_operator()
1515 (pthreadpool_function_1d_t)compute_global_average_pooling_unipass; in pytorch_qnnp_run_operator()
1518 compute_function = (pthreadpool_function_1d_t) in pytorch_qnnp_run_operator()
1562 (pthreadpool_function_1d_t)compute_lut_strided, in pytorch_qnnp_run_operator()
1602 (pthreadpool_function_1d_t)compute_clamp_strided, in pytorch_qnnp_run_operator()
1621 (pthreadpool_function_1d_t)compute_u8softargmax, in pytorch_qnnp_run_operator()
1636 pthreadpool_function_1d_t compute_function = NULL; in pytorch_qnnp_run_operator()
1640 (pthreadpool_function_1d_t)compute_channel_shuffle_fixed; in pytorch_qnnp_run_operator()
1645 (pthreadpool_function_1d_t)compute_channel_shuffle_fixed; in pytorch_qnnp_run_operator()
[all …]
/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h1096 typedef void (*pthreadpool_function_1d_t)(void*, size_t) PTHREADPOOL_DEPRECATED;
1105 pthreadpool_function_1d_t function,
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool.h170 #define pthreadpool_function_1d_t legacy_pthreadpool_function_1d_t macro
/aosp_15_r20/external/pytorch/cmake/External/
H A Dnnpack.cmake82 pthreadpool_function_1d_t=legacy_pthreadpool_function_1d_t
/aosp_15_r20/external/pthreadpool/src/
H A Dlegacy-api.c16 pthreadpool_function_1d_t function, in pthreadpool_compute_1d()
/aosp_15_r20/external/pytorch/cmake/
H A DDependencies.cmake482 pthreadpool_function_1d_t=legacy_pthreadpool_function_1d_t