Searched defs:graph_name (Results 1 – 9 of 9) sorted by relevance
43 std::string graph_name = phase; in BuildDatasetGraph() local
319 std::string graph_name("foo \"escaped\""); local332 std::string graph_name("foo"); local344 std::string graph_name local
121 void matching_test(std::size_t num_v, const std::string& graph_name) in matching_test()
407 std::string graph_name = this->name_; in CreatePartialInBelongAnf() local483 std::string graph_name = sub_graph->get_attr("graph_name")->ToString(); in CreateParameterForPartialSubGraph() local
112 STATUS FunctionalizeCond::IdentifySubgraphInput(const FuncGraphPtr &graph, std::string graph_name) { in IdentifySubgraphInput()
223 auto graph_name = GetValue<std::string>(func_graph->get_attr(FUNC_GRAPH_ATTR_GRAPH_KERNEL)); in IsCastUnAware() local
71 auto graph_name = GetValue<std::string>(sub_graph->get_attr(FUNC_GRAPH_ATTR_GRAPH_KERNEL)); in IsCandidateNode() local
408 def extract_subgraph(self, graph_name, tensor_names, difference=False): argument
134 def build_data_init_graph(self, graph_name): argument