Home
last modified time | relevance | path

Searched defs:plugin_custom_ops (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/config/large_model/
Dconfig.json5 "plugin_custom_ops": "KVCache,MatMulAllReduce", string
23 "plugin_custom_ops": "KVCache,MatMulAllReduce", string
41 "plugin_custom_ops": "KVCache", string
59 "plugin_custom_ops": "KVCache", string
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Danf_transform_for_ge.cc107 auto plugin_custom_ops = param->ascendGeOptionCfg.plugin_custom_ops; in RunGeFusionPass() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/common/
Dacl_types.h52 std::vector<std::string> plugin_custom_ops; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/cxx_api/
Dconverter_para.h62 std::vector<std::string> plugin_custom_ops; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc347 bool ConfigFileParser::CheckPluginCustomOps(const std::vector<std::string> &plugin_custom_ops) { in CheckPluginCustomOps()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/src/
Dacl_pass_impl.cc616 auto plugin_custom_ops = user_options_cfg_.plugin_custom_ops; in RunAclOptimizerPass() local