Home
last modified time | relevance | path

Searched defs:compute_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.h83 const ComputeFunctionType& compute_function() const { in compute_function() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Doperator-run.c1370 pthreadpool_function_2d_t compute_function = NULL; in pytorch_qnnp_run_operator() local
1507 pthreadpool_function_1d_t compute_function = NULL; in pytorch_qnnp_run_operator() local
1636 pthreadpool_function_1d_t compute_function = NULL; in pytorch_qnnp_run_operator() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels.cc48 void (*compute_function)(void*, TF_OpKernelContext*); member