Struct RuntimeConfig

Struct Documentation

struct RuntimeConfig

Public Functions

RuntimeConfig()
RuntimeConfig(const RuntimeConfig &other)
RuntimeConfig(RuntimeConfig &&other) noexcept
RuntimeConfig &operator=(RuntimeConfig &&other) noexcept

Public Members

RuntimeReference<DlSystem::Runtime_t> runtime = {*this, DlSystem::Runtime_t::CPU_FLOAT32}
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}