aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/posix/posix_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/posix/posix_file_system.h')
-rw-r--r--tensorflow/core/platform/posix/posix_file_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/platform/posix/posix_file_system.h b/tensorflow/core/platform/posix/posix_file_system.h
index fe050fd5a0..98ffa43b8a 100644
--- a/tensorflow/core/platform/posix/posix_file_system.h
+++ b/tensorflow/core/platform/posix/posix_file_system.h
@@ -56,6 +56,8 @@ class PosixFileSystem : public FileSystem {
Status GetFileSize(const string& fname, uint64* size) override;
Status RenameFile(const string& src, const string& target) override;
+
+ Status CopyFile(const string& src, const string& target) override;
};
Status IOError(const string& context, int err_number);