aboutsummaryrefslogtreecommitdiff
path: root/utils/GraphUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/GraphUtils.h')
-rw-r--r--utils/GraphUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/GraphUtils.h b/utils/GraphUtils.h
index bc7699b70c..a6d670d761 100644
--- a/utils/GraphUtils.h
+++ b/utils/GraphUtils.h
@@ -183,6 +183,7 @@ public:
bool access_tensor(ITensor &tensor) override;
private:
+ bool _already_loaded;
const std::string _filename;
const bool _bgr;
std::unique_ptr<IPreprocessor> _preprocessor;
@@ -352,6 +353,7 @@ public:
bool access_tensor(ITensor &tensor) override;
private:
+ bool _already_loaded;
const std::string _filename;
const DataLayout _file_layout;
};