MCPcopy 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
168unsigned char *MMappedFile::data()
169{
170 return static_cast<unsigned char *>(_data);
171}
172
173size_t MMappedFile::file_size() const
174{

Callers 15

create_error_msgMethod · 0.45
next_blockMethod · 0.45
execute_commonMethod · 0.45
interleave_blockFunction · 0.45
runMethod · 0.45
run_nmslimitMethod · 0.45
loadMethod · 0.45
runMethod · 0.45
set_requantize_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected