Home
last modified time | relevance | path

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

/external/armnn/tests/NetworkExecutionUtils/
DNetworkExecutionUtils.hpp116 std::function<Integer(const std::string&)> GetParseElementFunc() in GetParseElementFunc() function
122 std::function<Float(const std::string&)> GetParseElementFunc() in GetParseElementFunc() function
146 auto parseElementFunc = GetParseElementFunc<T>(); in PopulateTensorWithData()