Fix a bug in reusable burst execution. am: 5e0459576c

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1729570

Change-Id: Ica707685590b243f5649ef752507fbb82d3d189e
This commit is contained in:
Xusong Wang
2021-06-07 21:20:44 +00:00
committed by Automerger Merge Worker

View File

@@ -62,7 +62,7 @@ class BurstExecution final : public nn::IExecution,
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;