MCPcopy 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
128uint8_t *TensorAllocator::data() const
129{
130 return (_memory.region() == nullptr) ? nullptr : reinterpret_cast<uint8_t *>(_memory.region()->buffer());
131}
132
133void TensorAllocator::allocate()
134{

Callers 5

decompress_zlibFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
prepareMethod · 0.45
bufferMethod · 0.45

Calls 2

regionMethod · 0.45
bufferMethod · 0.45

Tested by

no test coverage detected