HomeSort by relevance Sort by last modified time
    Searched refs:target_fs (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/
env.cc 276 FileSystem* target_fs; local
278 TF_RETURN_IF_ERROR(GetFileSystemForFile(target, &target_fs));
279 if (src_fs != target_fs) {
288 FileSystem* target_fs; local
290 TF_RETURN_IF_ERROR(GetFileSystemForFile(target, &target_fs));
291 if (src_fs == target_fs) {
294 return FileSystemCopyFile(src_fs, src, target_fs, target);
438 FileSystem* target_fs, const string& target) {
443 TF_RETURN_IF_ERROR(target_fs->NewWritableFile(target, &target_file));
env.h 429 /// to `target` in file system `target_fs`.
431 FileSystem* target_fs, const string& target);

Completed in 5524 milliseconds