aboutsummaryrefslogtreecommitdiff
path: root/CacheDataHandler.hpp
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-11-05 14:41:52 +0000
committerSadik Armagan <sadik.armagan@arm.com>2021-11-08 17:22:50 +0000
commitee6818be7815e10be4535645f0472ae5ad116309 (patch)
tree8880c9d0d8832f147afe05742716362de40a34c2 /CacheDataHandler.hpp
parente27d4e89a34b07628b9a3de89706ca2558e9ee8e (diff)
downloadandroid-nn-driver-ee6818be7815e10be4535645f0472ae5ad116309.tar.gz
IVGCVSW-5636 'Implement NNAPI caching functions'
* Fixed test failures. !armnn:6617 Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I9989ece8999d67dd40dfcf69b73f4d80f71687a4
Diffstat (limited to 'CacheDataHandler.hpp')
-rw-r--r--CacheDataHandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CacheDataHandler.hpp b/CacheDataHandler.hpp
index cea73d20..5b1b2951 100644
--- a/CacheDataHandler.hpp
+++ b/CacheDataHandler.hpp
@@ -48,7 +48,7 @@ public:
void Register(const HidlToken token, const size_t hashValue, const size_t cacheSize);
- bool Validate(const HidlToken token, const size_t hashValue) const;
+ bool Validate(const HidlToken token, const size_t hashValue, const size_t cacheSize) const;
size_t Hash(std::vector<uint8_t>& cacheData);