MCPcopy 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

32namespace backends
33{
34CLTensorHandle::CLTensorHandle(const ITensorInfo &info) : _tensor()
35{
36 _tensor.allocator()->init(info);
37}
38
39void CLTensorHandle::allocate()
40{

Callers

nothing calls this directly

Calls 2

initMethod · 0.45
allocatorMethod · 0.45

Tested by

no test coverage detected