OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExecuteTask
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadEnvironment.h
33
void
ExecuteTask
(const Task& t) { t.f(); }
/external/tensorflow/tensorflow/core/lib/core/
threadpool.cc
76
void
ExecuteTask
(const Task& t) {
Completed in 221 milliseconds