MCPcopy 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
40void ITensorAllocator::soft_init(TensorInfo &input, size_t alignment)
41{
42 _info_external = &input;
43 _alignment = alignment;
44}
45
46TensorInfo &ITensorAllocator::info()
47{

Callers 3

CLAuxTensorHandlerMethod · 0.80
CpuAuxTensorHandlerMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected