Home
last modified time | relevance | path

Searched defs:subgraph_name (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/graph/detail/
Dread_graphviz_new.hpp50 typedef std::string subgraph_name; typedef
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_control_op_pass.cc28 FuncGraphPtr FunctionalizeControlOpPass::NewFuncGraph(const std::string &subgraph_name, const FmkTy… in NewFuncGraph()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_model_parser.cc169 const auto subgraph_name = tflite_subgraph->name; in ConvertTfliteGraph() local
537 auto subgraph_name = tflite_subgraph->name; in ConvertGraphOutputs() local
550 const std::string &subgraph_name) { in BuildSubFuncGraphMap()
/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py593 def _get_op_name(self, full_op_name, subgraph_name): argument
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_model_parser.cc734const std::string &subgraph_name, const std::string &if_node_name, in ConvertIfSubgraph()
793 std::string subgraph_name; in ConvertIfOnnxNode() local
/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc470 auto subgraph_name = func_graph->get_attr("graph_name"); in ExportSubgraph() local