Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void *CLBufferMemoryRegion::ptr()
88
{
89
return nullptr;
90
}
91
92
void *CLBufferMemoryRegion::map(cl::CommandQueue &q, bool blocking)
93
{
Callers
15
fill_image
Method · 0.45
fill_planar_tensor
Method · 0.45
save_to_ppm
Function · 0.45
save_to_npy
Function · 0.45
load_trained_data
Function · 0.45
fill_tensor_value
Function · 0.45
fill_tensor_vector
Function · 0.45
fill_random_tensor
Function · 0.45
compare_tensor
Function · 0.45
run
Method · 0.45
DecodeBoxCorner
Function · 0.45
DecodeCenterSizeBoxes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected