Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc126 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anoncb12d2290111::PosixEnv
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc116 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anon839461010111::WindowsEnv
/external/tensorflow/tensorflow/core/platform/
Denv.h379 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function