ONE - On-device Neural Engine
|
Namespaces | |
namespace | feature |
namespace | fp32 |
namespace | kernel |
namespace | matrix |
namespace | tensor |
namespace | vector |
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 nnfw_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(), nnfw_session::load_model_from_path(), nnfw_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::MultiModelCompiler::compile(), onert::compiler::train::TrainingCompiler::compile(), and nnfw::misc::tensor::Shape::from().
|
constexprnoexcept |
Definition at line 27 of file to_underlying.h.