Struct RuntimeConfig¶
Defined in File RuntimeConfigList.hpp
Struct Documentation¶
-
struct RuntimeConfig¶
Public Functions
-
RuntimeConfig()¶
-
RuntimeConfig(const RuntimeConfig &other)¶
-
RuntimeConfig(RuntimeConfig &&other) noexcept¶
-
RuntimeConfig &operator=(RuntimeConfig &&other) noexcept¶
Public Members
-
RuntimeListReference<DlSystem::RuntimeList> runtimeList = {*this}¶
-
PerfProfileReference<DlSystem::PerformanceProfile_t> perfProfile = {*this, DlSystem::PerformanceProfile_t::HIGH_PERFORMANCE}¶
-
InputDimensionsMapReference<DlSystem::TensorShapeMap> inputDimensionsMap = {*this}¶
-
EnableCPUFallbackReference<bool> enableCPUFallback = {*this, false}¶
-
PlatformConfigReference<DlSystem::PlatformConfig> platformConfig = {*this}¶
-
RuntimeConfig()¶