MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / allocate

Method allocate

src/cpu/CpuTensor.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51StatusCode CpuTensor::allocate()
52{
53 ARM_COMPUTE_ASSERT(_legacy_tensor.get() != nullptr);
54
55 _legacy_tensor->allocator()->allocate();
56 return StatusCode::Success;
57}
58
59StatusCode CpuTensor::unmap()
60{

Callers 15

NumPyAccessorMethod · 0.45
runMethod · 0.45
runMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
manage_workspaceFunction · 0.45
allocate_tensorsFunction · 0.45
reallocate_tensorsFunction · 0.45
create_tensorMethod · 0.45
CpuAuxTensorHandlerMethod · 0.45
quantizeFunction · 0.45
mainFunction · 0.45

Calls 2

getMethod · 0.45
allocatorMethod · 0.45

Tested by

no test coverage detected