Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ buffer
Method
buffer
arm_compute/runtime/Array.h:56–59 ·
view source on GitHub ↗
Inherited methods overridden:
Source
from the content-addressed store, hash-verified
54
55
// Inherited methods overridden:
56
T *buffer() const override
57
{
58
return _values.get();
59
}
60
61
private:
62
std::unique_ptr<T[]> _values;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected