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

Method unmap

src/core/CL/ICLTensor.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void ICLTensor::unmap(cl::CommandQueue &q)
40{
41 do_unmap(q);
42 _mapping = nullptr;
43}
44
45void ICLTensor::clear(cl::CommandQueue &q)
46{

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected