Fix for dangling references in the MHA example (#918)

This commit is contained in:
Alexander Zinoviev 2023-04-19 18:35:46 -07:00 committed by GitHub
parent 9a83bd3381
commit e36912f961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ class PredicatedTileAccessIteratorResidualLast<
Mask residual_tile_mask;
/// Parameters object with precomputed internal state
Params const& params_;
Params params_;
/// Internal pointer to first access of tile
BytePointer pointer_;
@ -1018,7 +1018,7 @@ class PredicatedTileAccessIteratorResidualLast<
//
/// Parameters object with precomputed internal state
Params const& params_;
Params params_;
/// Internal pointer to first access of tile
BytePointer pointer_;