tensorflow::EnvWrapper::SleepForMicroseconds()

void tensorflow::EnvWrapper::SleepForMicroseconds(int64 micros) override Sleeps/delays the thread for the prescribed number of

2016-10-14 18:57:04
tensorflow::EnvWrapper::target()

Env* tensorflow::EnvWrapper::target() const Returns the target to which this Env forwards all calls.

2016-10-14 18:57:05
tensorflow::EnvWrapper::NowMicros()

uint64 tensorflow::EnvWrapper::NowMicros() override Returns the number of micro-seconds since some fixed point in time. Only useful

2016-10-14 18:57:04
tensorflow::EnvWrapper::SchedClosure()

void tensorflow::EnvWrapper::SchedClosure(std::function< void()> closure) override

2016-10-14 18:57:04
tensorflow::EnvWrapper

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

2016-10-14 18:57:03
tensorflow::EnvWrapper::RegisterFileSystem()

Status tensorflow::EnvWrapper::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory) override

2016-10-14 18:57:04
tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes()

Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file

2016-10-14 18:57:04
tensorflow::EnvWrapper::LoadLibrary()

Status tensorflow::EnvWrapper::LoadLibrary(const char *library_filename, void **handle) override

2016-10-14 18:57:04
tensorflow::EnvWrapper::StartThread()

Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override

2016-10-14 18:57:05
tensorflow::EnvWrapper::GetSymbolFromLibrary()

Status tensorflow::EnvWrapper::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol) override

2016-10-14 18:57:04