Searched defs:SchedClosureAfter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/windows/ | ||
D | env.cc | 143 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anon6902f3df0111::WindowsEnv |
/external/tensorflow/tensorflow/core/platform/default/ | ||
D | env.cc | 178 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anonb139dcb90111::PosixEnv |
/external/tensorflow/tensorflow/core/platform/ | ||
D | env.h | 525 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function |