void tensorflow::EnvWrapper::SleepForMicroseconds(int64 micros) override Sleeps/delays the thread for the prescribed number of
uint64 tensorflow::EnvWrapper::NowMicros() override Returns the number of micro-seconds since some fixed point in time. Only useful
Env* tensorflow::EnvWrapper::target() const Returns the target to which this Env forwards all calls.
An implementation of Env that forwards all calls to another Env . May be useful to clients who wish to override just part of the functionality
void tensorflow::EnvWrapper::SchedClosure(std::function< void()> closure) override
Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override
Status tensorflow::EnvWrapper::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory) override
Status tensorflow::EnvWrapper::LoadLibrary(const char *library_filename, void **handle) override
Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file
tensorflow::EnvWrapper::EnvWrapper(Env *t) Initializes an EnvWrapper that delegates all calls to *t.
Page 1 of 2