Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arm-Examples/ML-examples
/ ReadLeS32
Function
ReadLeS32
ethos-u-corstone-1000/app/src/common/InputUtils.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
int32_t ReadLeS32(const std::vector<uint8_t>& bytes, size_t offset)
50
{
51
return static_cast<int32_t>(ReadLe32(bytes, offset));
52
}
53
54
std::string ReadPpmToken(std::ifstream& stream)
55
{
Callers
1
ReadBmp24
Function · 0.85
Calls
1
ReadLe32
Function · 0.85
Tested by
no test coverage detected