Home
last modified time | relevance | path

Searched refs:modeList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddepth_to_space_builder.cpp29 static const std::unordered_map<int, std::string> modeList = {{0, "DCR"}, {1, "CRD"}}; variable
71 auto it = modeList.find(modeKey); in SetMode()
72 if (it != modeList.end()) { in SetMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp299 auto modeList = modeListToApply_.get(); in SetScreenRefreshRate() local
300 (*modeList)[id] = modeToSwitch; in SetScreenRefreshRate()