Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_row
Method
get_row
utils/ImageLoader.h:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
return _fs.get();
78
}
79
void get_row(uint8_t *dst, size_t row_size) override
80
{
81
ARM_COMPUTE_ERROR_ON(dst == nullptr);
82
_fs.read(reinterpret_cast<std::fstream::char_type *>(dst), row_size);
83
}
84
85
private:
86
std::ifstream &_fs;
Callers
1
fill_image
Method · 0.45
Calls
1
read
Method · 0.80
Tested by
no test coverage detected