Searched defs:SchedClosureAfter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/posix/ | ||
D | env.cc | 126 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anoncb12d2290111::PosixEnv |
/external/tensorflow/tensorflow/core/platform/windows/ | ||
D | env.cc | 116 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anon839461010111::WindowsEnv |
/external/tensorflow/tensorflow/core/platform/ | ||
D | env.h | 379 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function |