Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ CLTensorHandle
Method
CLTensorHandle
src/graph/backends/CL/CLTensorHandle.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
namespace backends
33
{
34
CLTensorHandle::CLTensorHandle(const ITensorInfo &info) : _tensor()
35
{
36
_tensor.allocator()->init(info);
37
}
38
39
void CLTensorHandle::allocate()
40
{
Callers
nothing calls this directly
Calls
2
init
Method · 0.45
allocator
Method · 0.45
Tested by
no test coverage detected