MCPcopy 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
39void CLTensorHandle::allocate()
40{
41 _tensor.allocator()->allocate();
42}
43
44void CLTensorHandle::free()
45{

Callers 4

allocate_all_tensorsFunction · 0.45

Calls 1

allocatorMethod · 0.45

Tested by

no test coverage detected