|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | fp32 |
| namespace | tensor |
Data Structures | |
| class | EnvConfigSource |
| class | EnvVar |
| Class to access environment variable. More... | |
| class | GeneralConfigSource |
| struct | IConfigSource |
Functions | |
| template<typename DstType , typename SrcType > | |
| DstType | polymorphic_downcast (SrcType *x) |
| template<typename DstType , typename SrcType > | |
| DstType | polymorphic_downcast (SrcType &x) |
| std::vector< std::string > | split (const std::string &s, char delim) |
| template<typename... Args> | |
| std::string | str (Args &&...args) |
| template<typename InputIt > | |
| std::string | join (InputIt first, InputIt last, const std::string &concat) |
| template<typename E > | |
| constexpr auto | to_underlying (E e) noexcept |
| std::string nnfw::misc::join | ( | InputIt | first, |
| InputIt | last, | ||
| const std::string & | concat | ||
| ) |
Definition at line 65 of file string_helpers.h.
Referenced by onert::api::Session::get_config(), and onert::compiler::CompilerOptions::verboseOptions().
|
inline |
Definition at line 34 of file polymorphic_downcast.h.
|
inline |
Definition at line 28 of file polymorphic_downcast.h.
|
inline |
Definition at line 46 of file string_helpers.h.
Referenced by onert::compiler::CompilerOptions::fromGlobalConfig(), onert::api::Session::load_model_from_path(), onert::api::Session::set_available_backends(), and onert::compiler::ManualSchedulerOptions::setBackendMap().
| std::string nnfw::misc::str | ( | Args &&... | args | ) |
Definition at line 58 of file string_helpers.h.
Referenced by onert::compiler::Compiler::compile(), onert::compiler::train::TrainingCompiler::compile(), and nnfw::misc::tensor::Shape::from().
|
constexprnoexcept |
Definition at line 27 of file to_underlying.h.