Searched defs:GraphData (Results 1 – 3 of 3) sorted by relevance
31 GraphData() : lite_model_(nullptr) {} in GraphData() function33 explicit GraphData(std::shared_ptr<lite::Model> model) : lite_model_(model) {} in GraphData() function
23 Graph::GraphData::GraphData(const FuncGraphPtr &func_graph, enum ModelType model_type) in GraphData() function in mindspore::Graph::GraphData32 Graph::GraphData::GraphData(const Buffer &om_data, enum ModelType model_type) in GraphData() function in mindspore::Graph::GraphData
59 class GraphData: class