Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ allocate
Method
allocate
src/graph/backends/CL/CLTensorHandle.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void CLTensorHandle::allocate()
40
{
41
_tensor.allocator()->allocate();
42
}
43
44
void CLTensorHandle::free()
45
{
Callers
4
allocate_all_input_tensors
Function · 0.45
allocate_all_output_tensors
Function · 0.45
allocate_all_tensors
Function · 0.45
configure_handle_lifetime
Function · 0.45
Calls
1
allocator
Method · 0.45
Tested by
no test coverage detected