Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
namespace backends
35
{
36
NETensorHandle::NETensorHandle(const ITensorInfo &info) : _tensor()
37
{
38
_tensor.allocator()->init(info);
39
}
40
41
void NETensorHandle::allocate()
42
{
Callers
nothing calls this directly
Calls
2
init
Method · 0.45
allocator
Method · 0.45
Tested by
no test coverage detected