MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / parse_pgm_header

Function parse_pgm_header

tests/AssetsLibrary.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184std::tuple<unsigned int, unsigned int, int> parse_pgm_header(std::ifstream &fs)
185{
186 return parse_netpbm_format_header(fs, '5');
187}
188
189void check_image_size(std::ifstream &fs, size_t raw_size)
190{

Callers 1

load_pgmFunction · 0.85

Calls 1

Tested by

no test coverage detected