Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ data
Method
data
src/runtime/CL/CLTensorAllocator.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
uint8_t *CLTensorAllocator::data()
122
{
123
return _mapping;
124
}
125
126
const cl::Buffer &CLTensorAllocator::cl_data() const
127
{
Callers
7
configure
Method · 0.45
run
Method · 0.45
populate_quantization_info
Function · 0.45
restore_program_cache_from_file
Function · 0.45
save_program_cache_to_file
Function · 0.45
create_opencl_context_and_device
Function · 0.45
configure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected