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

Function ValidatePaths

tests/NetworkExecutionUtils/NetworkExecutionUtils.cpp:62–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool ValidatePaths(const std::vector<std::string>& fileVec, const bool expectFile)
63{
64 bool allPathsValid = true;
65 for (auto const& file : fileVec)
66 {
67 if(!ValidatePath(file, expectFile))
68 {
69 allPathsValid = false;
70 }
71 }
72 return allPathsValid;
73}
74
75void LogAndThrow(std::string eMsg)
76{

Callers 1

ValidateParamsMethod · 0.85

Calls 1

ValidatePathFunction · 0.85

Tested by

no test coverage detected