aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/GraphUtils.cpp2
-rw-r--r--utils/GraphUtils.h2
2 files changed, 2 insertions, 2 deletions
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__ */