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

Method unmap

src/cpu/CpuTensor.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59StatusCode CpuTensor::unmap()
60{
61 // No-op
62 return StatusCode::Success;
63}
64
65StatusCode CpuTensor::import(void *handle, ImportMemoryType type)
66{

Callers 12

unmapFunction · 0.45
AclUnmapTensorFunction · 0.45
setupMethod · 0.45
setupMethod · 0.45
TEST_CASEFunction · 0.45
fill_tensorFunction · 0.45
~CLAccessorMethod · 0.45
~CLArrayAccessorMethod · 0.45
validate_resultMethod · 0.45
fill_tensorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected