Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/cxx_api/graph/
Dgraph_data.h31 GraphData() : lite_model_(nullptr) {} in GraphData() function
33 explicit GraphData(std::shared_ptr<lite::Model> model) : lite_model_(model) {} in GraphData() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph_data.cc23 Graph::GraphData::GraphData(const FuncGraphPtr &func_graph, enum ModelType model_type) in GraphData() function in mindspore::Graph::GraphData
32 Graph::GraphData::GraphData(const Buffer &om_data, enum ModelType model_type) in GraphData() function in mindspore::Graph::GraphData
/third_party/mindspore/mindspore/dataset/engine/
Dgraphdata.py59 class GraphData: class