Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ soft_init
Method
soft_init
src/runtime/ITensorAllocator.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void ITensorAllocator::soft_init(TensorInfo &input, size_t alignment)
41
{
42
_info_external = &input;
43
_alignment = alignment;
44
}
45
46
TensorInfo &ITensorAllocator::info()
47
{
Callers
3
CLAuxTensorHandler
Method · 0.80
CpuAuxTensorHandler
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected