ONE - On-device Neural Engine
|
#include <EnvConfigSource.h>
Public Member Functions | |
std::string | get (const std::string &key) const override |
get the value for the matching key | |
![]() | |
GeneralConfigSource ()=default | |
std::string | get (const std::string &key) const override |
get the value for the matching key | |
void | set (const std::string &key, const std::string &val) |
![]() | |
virtual | ~IConfigSource ()=default |
Destroy the IConfigSource object. | |
Definition at line 29 of file EnvConfigSource.h.
|
overridevirtual |
get the value for the matching key
key | string key to search |
Implements nnfw::misc::IConfigSource.
Definition at line 26 of file EnvConfigSource.cpp.
References nnfw::misc::GeneralConfigSource::get().