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

Method unmap

src/runtime/CL/CLSubTensor.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void CLSubTensor::unmap()
79{
80 ICLTensor::unmap(CLScheduler::get().queue());
81}
82
83uint8_t *CLSubTensor::do_map(cl::CommandQueue &q, bool blocking)
84{

Callers 1

do_unmapMethod · 0.45

Calls 1

unmapFunction · 0.85

Tested by

no test coverage detected