Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Denv.cc143 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 Denv.cc180 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 Denv.h550 void SchedClosureAfter(int64_t micros, in SchedClosureAfter() function