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

Method ~TensorAllocator

src/runtime/TensorAllocator.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72TensorAllocator::~TensorAllocator()
73{
74 info().set_is_resizable(true);
75}
76
77TensorAllocator::TensorAllocator(TensorAllocator &&o) noexcept
78 : ITensorAllocator(std::move(o)),

Callers

nothing calls this directly

Calls 1

infoClass · 0.85

Tested by

no test coverage detected