Searched refs:FindMutableNodeByName (Results 1 – 2 of 2) sorted by relevance
55 Node* FindMutableNodeByName(const string& name, Graph* graph) { in FindMutableNodeByName() function694 Node* node = FindMutableNodeByName(string(tid.first), graph); in BuildRemoteFusedGraphExecuteOpNode()716 Node* node = FindMutableNodeByName(input_node_name, graph); in BuildIdentityOpNode()770 Node* node = FindMutableNodeByName(node_name, &graph); in ClusterizeNodes()1005 Node* original_output_node = FindMutableNodeByName(output_name, &graph); in FuseCluster()
68 static Node* FindMutableNodeByName(const string& name, Graph* graph) { in FindMutableNodeByName() function333 Node* node = FindMutableNodeByName(input_node_info_list.at(i).first, graph); in TransformGraphToAddAggregatedInputNode()375 Node* original_input_node = FindMutableNodeByName(node_name, graph); in TransformGraphToAddAggregatedInputNode()