aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/test/test_tensor_allocation.py
AgeCommit message (Collapse)Author
2021-03-30Performance improvement in tensor allocationLouis Verhaard
- Tensor allocation verification was O(N^2), is now closer to O(N) - Removed a sort in HillClimb allocator Change-Id: I286a269881490c485cc2b0eeab3b1ecffa8f3df0 Signed-off-by: Louis Verhaard <louis.verhaard@arm.com>