Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dthreadpool.cc135 void ThreadPool::ParallelFor(int64_t total, in ParallelFor() function in tensorflow::thread::ThreadPool
203 void ThreadPool::ParallelFor(int64_t total, int64_t cost_per_unit, in ParallelFor() function in tensorflow::thread::ThreadPool
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool_test.cc262 TEST(ThreadPool, ParallelFor) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc518 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function