Home
last modified time | relevance | path

Searched defs:ConfigInfos (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Daoe_api_tune_process.h30 using ConfigInfos = std::map<std::string, std::map<std::string, std::string>>; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dconfig_infos.h27 using ConfigInfos = std::map<std::string, std::map<std::string, std::string>>; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Ddelegate.cc385 ExtendDelegate *AscendDelegateCreator(const std::shared_ptr<Context> &, const ConfigInfos &) { in AscendDelegateCreator()