commit | 514be65ad8d3340f53fd9591035352ed285811ba | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Thu Feb 28 12:25:18 2019 +0000 |
committer | Anthony Barbier <anthony.barbier@arm.com> | Thu Feb 28 13:38:08 2019 +0000 |
tree | abe236598d76078a537fd247813e287d5bf34acd | |
parent | 3d2d44ef55ab6b08afda8be48301ce3c55c7bc67 [diff] [blame] |
arm_compute v19.02 Change-Id: I853a3ecf38f206da13c1b03640c8adf73c20477c
diff --git a/src/runtime/TensorAllocator.cpp b/src/runtime/TensorAllocator.cpp index 5fa51d7..38edb8b 100644 --- a/src/runtime/TensorAllocator.cpp +++ b/src/runtime/TensorAllocator.cpp
@@ -138,7 +138,7 @@ } else { - _associated_memory_group->finalize_memory(_owner, _memory, info().total_size()); + _associated_memory_group->finalize_memory(_owner, _memory, info().total_size(), alignment()); } info().set_is_resizable(false); }