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

Method do_unmap

src/runtime/CL/CLSubTensor.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void CLSubTensor::do_unmap(cl::CommandQueue &q)
94{
95 ARM_COMPUTE_ERROR_ON(cl_buffer().get() == nullptr);
96 _parent->unmap(q);
97}

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
unmapMethod · 0.45

Tested by

no test coverage detected