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 of another Env .
Member Details
tensorflow::EnvWrapper::EnvWrapper(Env *t)
Initializes an EnvWrapper that delegates all calls to *t.
tensorflow::EnvWrapper::~EnvWrapper()
Env* tensorflow::EnvWrapper::target() const
Returns the target to which this Env forwards all calls.
Status tensorflow::EnvWrapper::GetFileSystemForFile(const string &fname, FileSys