From e472082f831815c217677e3f1802ecaae1348e65 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 2 Oct 2017 17:44:52 +0100 Subject: COMPMID-549 Create a Logger for GraphAPI Change-Id: If912d8232e12cd496923d55d386898450dac09e2 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89897 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- utils/GraphUtils.cpp | 2 +- utils/GraphUtils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/GraphUtils.cpp b/utils/GraphUtils.cpp index f0b0dded18..bdd831075d 100644 --- a/utils/GraphUtils.cpp +++ b/utils/GraphUtils.cpp @@ -274,4 +274,4 @@ bool NumPyBinLoader::access_tensor(ITensor &tensor) }); } return true; -} +} \ No newline at end of file diff --git a/utils/GraphUtils.h b/utils/GraphUtils.h index c8cbb00237..5c370e5eba 100644 --- a/utils/GraphUtils.h +++ b/utils/GraphUtils.h @@ -119,7 +119,7 @@ public: private: const std::string _filename; }; -} // namespace graph +} // namespace graph_utils } // namespace arm_compute #endif /* __ARM_COMPUTE_GRAPH_UTILS_H__ */ -- cgit v1.2.1