Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_manager.h35 struct SubGraphModel { struct
37SubGraphModel(int index, std::string model_name, std::shared_ptr<domi::ModelBufferData> model_buff… in SubGraphModel() argument
90 std::unordered_map<std::string, std::shared_ptr<SubGraphModel>> models_;
Dnpu_manager.cc148 auto model = std::make_shared<SubGraphModel>(subgraph_index_, model_name, model_buffer_data); in AddModel()