| 18 | } |
| 19 | |
| 20 | std::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 |
no test coverage detected