MCPcopy 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_arrayFunction · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected