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

Method NETensorHandle

src/graph/backends/NEON/NETensorHandle.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

initMethod · 0.45
allocatorMethod · 0.45

Tested by

no test coverage detected