Searched defs:SchedClosureAfter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ | ||
H A D | env.cc | 143 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anon9a92b9580111::WindowsEnv |
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ | ||
H A D | env.cc | 180 void SchedClosureAfter(int64 micros, std::function<void()> closure) override { in SchedClosureAfter() function in tensorflow::__anone2c9a2320111::PosixEnv |
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ | ||
H A D | env.h | 550 void SchedClosureAfter(int64_t micros, in SchedClosureAfter() function |