MCPcopy Create free account
hub / github.com/ARM-software/armnn / ParseArray

Function ParseArray

tests/NetworkExecutionUtils/NetworkExecutionUtils.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55std::vector<unsigned int> ParseArray(std::istream& stream)
56{
57 return ParseArrayImpl<unsigned int>(
58 stream,
59 [](const std::string& s) { return armnn::numeric_cast<unsigned int>(std::stoi(s)); });
60}
61
62bool ValidatePaths(const std::vector<std::string>& fileVec, const bool expectFile)
63{

Callers 1

ParseOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected