void tensorflow::EnvWrapper::SleepForMicroseconds(int64 micros) override Sleeps/delays the thread for the prescribed number of
Env* tensorflow::EnvWrapper::target() const Returns the target to which this Env forwards all calls.
uint64 tensorflow::EnvWrapper::NowMicros() override Returns the number of micro-seconds since some fixed point in time. Only useful
void tensorflow::EnvWrapper::SchedClosure(std::function< void()> closure) override
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
Status tensorflow::EnvWrapper::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory) override
Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override
Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file
Status tensorflow::EnvWrapper::LoadLibrary(const char *library_filename, void **handle) override
Status tensorflow::EnvWrapper::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol) override
Page 1 of 2