Home
last modified time | relevance | path

Searched refs:LegacyHowManyThreads (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dcpu_backend_gemm_custom_gemv.h164 int thread_count = LegacyHowManyThreads<Impl::kKernelRows>( in CustomGemv()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dcommon.h1117 inline int LegacyHowManyThreads(int max_num_threads, int rows, int cols, in LegacyHowManyThreads() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h841 LegacyHowManyThreads<kKernelRows>(cpu_backend_context->max_num_threads(), in ShuffledFullyConnected()