Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ resize
Method
resize
tests/NEON/ArrayAccessor.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void resize(size_t num) override
68
{
69
_array.resize(num);
70
}
71
72
T &at(size_t index) const override
73
{
Callers
3
fill_array
Function · 0.45
init
Method · 0.45
gemmlowp_matrix_multiply_core
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected