mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:42:35 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user