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

Method ~CLAccessor

tests/CL/CLAccessor.h:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96inline CLAccessor::~CLAccessor()
97{
98 if (!framework::Framework::get().configure_only() || !framework::Framework::get().new_fixture_call())
99 {
100 _tensor.unmap();
101 }
102}
103
104inline TensorShape CLAccessor::shape() const
105{

Callers

nothing calls this directly

Calls 3

configure_onlyMethod · 0.80
new_fixture_callMethod · 0.80
unmapMethod · 0.45

Tested by

no test coverage detected