Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ data
Method
data
src/core/utils/misc/MMappedFile.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
unsigned char *MMappedFile::data()
169
{
170
return static_cast<unsigned char *>(_data);
171
}
172
173
size_t MMappedFile::file_size() const
174
{
Callers
15
create_error_msg
Method · 0.45
digit_reverse_kernel_axis_0
Method · 0.45
digit_reverse_kernel_axis_1
Method · 0.45
next_block
Method · 0.45
execute_common
Method · 0.45
interleave_block
Function · 0.45
run
Method · 0.45
run_nmslimit
Method · 0.45
load
Method · 0.45
run
Method · 0.45
set_requantize_data
Method · 0.45
prepare_indirect_buffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected