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

Method ~CLArrayAccessor

tests/CL/CLArrayAccessor.h:62–65  ·  view source on GitHub ↗

Destructor that unmaps the CL memory. */

Source from the content-addressed store, hash-verified

60
61 /** Destructor that unmaps the CL memory. */
62 ~CLArrayAccessor()
63 {
64 _array.unmap();
65 }
66
67 size_t num_values() const override
68 {

Callers

nothing calls this directly

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected