Skip to content

Commit

Permalink
Update runtime/onert/core/include/backend/train/ExtraTensorRequest.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zetwhite authored Aug 7, 2024
1 parent 0182ae2 commit bffd4d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ExtraTensorRequest
private:
ir::OperandInfo _info;
ExtraTensorLifeTime _lifetime;
backend::train::ExtraTensor **const _address;
backend::train::ExtraTensor **_address;
};

using ExtraTensorRequests = std::vector<ExtraTensorRequest>;
Expand Down

0 comments on commit bffd4d1

Please sign in to comment.