From 8a042116e26b702a74514b251b0961c4b661e6ca Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 21 Aug 2018 18:16:53 +0100 Subject: COMPMID-1188: Revert change to DummyAccessor, fixed NPY and Image loaders Change-Id: If645dc88871cb2bc3fb68bba5b90e656869d8b5a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145079 Reviewed-by: Gian Marco Iodice Tested-by: Jenkins --- utils/GraphUtils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/GraphUtils.h') 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 _preprocessor; @@ -352,6 +353,7 @@ public: bool access_tensor(ITensor &tensor) override; private: + bool _already_loaded; const std::string _filename; const DataLayout _file_layout; }; -- cgit v1.2.1