commit | 1e92b70573bff43b0f389624fe4610b423bf2bb4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed May 19 06:50:32 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 19 06:50:32 2021 +0000 |
tree | b39995e994a1d99e9ca58f8b518b62315f0219b9 | |
parent | 0e7aca8ede3f14b838ab7bbd1d89d9a2b0540b81 [diff] | |
parent | e325f3b14e5dd21ff8d2e3c066fba68c6d0d12f8 [diff] |
Merge "Fix a bug in reusable burst execution." into sc-dev am: e325f3b14e Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14627832 Change-Id: I37fd1a80512189cc79ca956826d4e5bc40c3570b
diff --git a/neuralnetworks/aidl/utils/src/Burst.cpp b/neuralnetworks/aidl/utils/src/Burst.cpp index 87cd0e4..800ac32 100644 --- a/neuralnetworks/aidl/utils/src/Burst.cpp +++ b/neuralnetworks/aidl/utils/src/Burst.cpp
@@ -62,7 +62,7 @@ private: const std::shared_ptr<const Burst> kBurst; const Request kRequest; - const std::vector<int64_t>& kMemoryIdentifierTokens; + const std::vector<int64_t> kMemoryIdentifierTokens; const bool kMeasure; const int64_t kLoopTimeoutDuration; const hal::utils::RequestRelocation kRelocation;