Home
last modified time | relevance | path

Searched defs:graphs_ (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_multi_graph_session.h43 std::map<GraphId, GraphCell> graphs_ = {}; variable
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h76 std::map<std::string, DfGraphWrapperPtr> graphs_; variable
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h89 std::vector<session::KernelGraph *> graphs_; variable
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.h79 std::vector<KernelGraphPtr> graphs_; member
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h318 std::unordered_map<GraphId, std::shared_ptr<KernelGraph>> graphs_; variable