HDK
|
#include <locale>
#include <sstream>
#include <string_view>
#include <type_traits>
#include "core/common/common.h"
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) |