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

Method allocate

src/gpu/cl/ClTensor.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69StatusCode ClTensor::allocate()
70{
71 ARM_COMPUTE_ASSERT(_legacy_tensor.get() != nullptr);
72
73 _legacy_tensor->allocator()->allocate();
74 return StatusCode::Success;
75}
76
77StatusCode ClTensor::import(void *handle, ImportMemoryType type)
78{

Callers 2

create_tensorMethod · 0.45
CLAuxTensorHandlerMethod · 0.45

Calls 2

getMethod · 0.45
allocatorMethod · 0.45

Tested by

no test coverage detected