static tensorflow.Status |
tensorflow.FileSystemCopyFile(tensorflow.FileSystem src_fs,
BytePointer src,
tensorflow.FileSystem target_fs,
BytePointer target)
A utility routine: copy contents of src in file system src_fs
to target in file system target_fs.
|
static tensorflow.Status |
tensorflow.FileSystemCopyFile(tensorflow.FileSystem src_fs,
String src,
tensorflow.FileSystem target_fs,
String target) |
tensorflow.Status |
tensorflow.Env.GetFileSystemForFile(BytePointer fname,
tensorflow.FileSystem result) |
tensorflow.Status |
tensorflow.EnvWrapper.GetFileSystemForFile(BytePointer fname,
tensorflow.FileSystem result) |
tensorflow.Status |
tensorflow.Env.GetFileSystemForFile(String fname,
tensorflow.FileSystem result) |
tensorflow.Status |
tensorflow.EnvWrapper.GetFileSystemForFile(String fname,
tensorflow.FileSystem result) |