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

Method ptr

src/runtime/CL/CLMemoryRegion.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void *CLBufferMemoryRegion::ptr()
88{
89 return nullptr;
90}
91
92void *CLBufferMemoryRegion::map(cl::CommandQueue &q, bool blocking)
93{

Callers 15

fill_imageMethod · 0.45
fill_planar_tensorMethod · 0.45
save_to_ppmFunction · 0.45
save_to_npyFunction · 0.45
load_trained_dataFunction · 0.45
fill_tensor_valueFunction · 0.45
fill_tensor_vectorFunction · 0.45
fill_random_tensorFunction · 0.45
compare_tensorFunction · 0.45
runMethod · 0.45
DecodeBoxCornerFunction · 0.45
DecodeCenterSizeBoxesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected