aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/inputs/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/grappler/inputs/utils.h')
-rw-r--r--tensorflow/core/grappler/inputs/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/grappler/inputs/utils.h b/tensorflow/core/grappler/inputs/utils.h
index 627dd5359f..4b9cb0a9ad 100644
--- a/tensorflow/core/grappler/inputs/utils.h
+++ b/tensorflow/core/grappler/inputs/utils.h
@@ -29,9 +29,9 @@ bool FilesExist(const std::vector<string>& files,
std::vector<Status>* status = nullptr);
bool FilesExist(const std::set<string>& files);
-bool FileExists(const std::string& file, Status* status);
+bool FileExists(const string& file, Status* status);
-Status ReadGraphDefFromFile(const std::string& graph_def_pbtxt_path,
+Status ReadGraphDefFromFile(const string& graph_def_pbtxt_path,
GraphDef* result);
} // end namespace grappler