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

Function ParseFile

src/backends/cl/ClBackendModelContext.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20std::string ParseFile(const armnn::BackendOptions::Var& value, std::string defaultValue)
21{
22 if (value.IsString())
23 {
24 return value.AsString();
25 }
26 return defaultValue;
27}
28
29} // namespace anonymous
30

Callers 1

ClBackendModelContextMethod · 0.85

Calls 2

IsStringMethod · 0.80
AsStringMethod · 0.45

Tested by

no test coverage detected