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

Method do_unmap

src/runtime/CL/CLTensor.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CLTensor::do_unmap(cl::CommandQueue &q)
82{
83 _allocator.unmap(q, buffer());
84}
85
86void CLTensor::associate_memory_group(arm_compute::IMemoryGroup *memory_group)
87{

Callers

nothing calls this directly

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected