aboutsummaryrefslogtreecommitdiff
path: root/driver_library/include/ethosu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'driver_library/include/ethosu.hpp')
-rw-r--r--driver_library/include/ethosu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_library/include/ethosu.hpp b/driver_library/include/ethosu.hpp
index e4fd4f1..547e346 100644
--- a/driver_library/include/ethosu.hpp
+++ b/driver_library/include/ethosu.hpp
@@ -172,7 +172,7 @@ public:
size_t getOfmSize() const;
private:
- void parseModel(const char *data);
+ void collectNetworkInfo();
int fd;
std::shared_ptr<Buffer> buffer;