Searched refs:SubGraphModel (Results 1 – 2 of 2) sorted by relevance
35 struct SubGraphModel { struct37 …SubGraphModel(int index, std::string model_name, std::shared_ptr<domi::ModelBufferData> model_buff… in SubGraphModel() argument90 std::unordered_map<std::string, std::shared_ptr<SubGraphModel>> models_;
148 auto model = std::make_shared<SubGraphModel>(subgraph_index_, model_name, model_buffer_data); in AddModel()