Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ data
Method
data
src/runtime/TensorAllocator.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
uint8_t *TensorAllocator::data() const
129
{
130
return (_memory.region() == nullptr) ? nullptr : reinterpret_cast<uint8_t *>(_memory.region()->buffer());
131
}
132
133
void TensorAllocator::allocate()
134
{
Callers
5
decompress_zlib
Function · 0.45
configure
Method · 0.45
validate
Method · 0.45
prepare
Method · 0.45
buffer
Method · 0.45
Calls
2
region
Method · 0.45
buffer
Method · 0.45
Tested by
no test coverage detected