Home
last modified time | relevance | path

Searched refs:ValidatePaths (Results 1 – 3 of 3) sorted by relevance

/external/armnn/tests/NetworkExecutionUtils/
DNetworkExecutionUtils.cpp62 bool ValidatePaths(const std::vector<std::string>& fileVec, const bool expectFile) in ValidatePaths() function
DNetworkExecutionUtils.hpp112 bool ValidatePaths(const std::vector<std::string>& fileVec, const bool expectFile);
/external/armnn/tests/ExecuteNetwork/
DExecuteNetworkParams.cpp78 if (!ValidatePaths(m_InputTensorDataFilePaths, true)) in ValidateParams()