|
HDK
|
#include <locale>#include <sstream>#include <string_view>#include <type_traits>#include "core/common/common.h"
Include dependency graph for parse_string.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| onnxruntime | |
Functions | |
| template<typename T > | |
| bool | onnxruntime::TryParseStringWithClassicLocale (std::string_view str, T &value) |
| bool | onnxruntime::TryParseStringWithClassicLocale (std::string_view str, std::string &value) |
| bool | onnxruntime::TryParseStringWithClassicLocale (std::string_view str, bool &value) |
| template<typename T > | |
| Status | onnxruntime::ParseStringWithClassicLocale (std::string_view s, T &value) |
| template<typename T > | |
| T | onnxruntime::ParseStringWithClassicLocale (std::string_view s) |