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

Method CLAccessor

tests/CL/CLAccessor.h:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88inline CLAccessor::CLAccessor(CLTensor &tensor) : _tensor{tensor}
89{
90 if (!framework::Framework::get().configure_only() || !framework::Framework::get().new_fixture_call())
91 {
92 _tensor.map();
93 }
94}
95
96inline CLAccessor::~CLAccessor()
97{

Callers

nothing calls this directly

Calls 3

configure_onlyMethod · 0.80
new_fixture_callMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected