Home
last modified time | relevance | path

Searched defs:graph_name (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dgraph_builder.cc43 std::string graph_name = phase; in BuildDatasetGraph() local
/third_party/boost/libs/graph/test/
Dgraphviz_test.cpp319 std::string graph_name("foo \"escaped\""); local
332 std::string graph_name("foo"); local
344 std::string graph_name local
Dmatching_test.cpp121 void matching_test(std::size_t num_v, const std::string& graph_name) in matching_test()
/third_party/mindspore/mindspore/lite/tools/common/
Dfunc_graph_subgraph.cc407 std::string graph_name = this->name_; in CreatePartialInBelongAnf() local
483 std::string graph_name = sub_graph->get_attr("graph_name")->ToString(); in CreateParameterForPartialSubGraph() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_cond.cc112 STATUS FunctionalizeCond::IdentifySubgraphInput(const FuncGraphPtr &graph, std::string graph_name) { in IdentifySubgraphInput()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Ddecrease_compute_precision.cc223 auto graph_name = GetValue<std::string>(func_graph->get_attr(FUNC_GRAPH_ATTR_GRAPH_KERNEL)); in IsCastUnAware() local
Ddecrease_transfer_precision.cc71 auto graph_name = GetValue<std::string>(sub_graph->get_attr(FUNC_GRAPH_ATTR_GRAPH_KERNEL)); in IsCandidateNode() local
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dmodel.py408 def extract_subgraph(self, graph_name, tensor_names, difference=False): argument
/third_party/mindspore/mindspore/common/
Dapi.py134 def build_data_init_graph(self, graph_name): argument