Searched refs:that_node (Results 1 – 1 of 1) sorted by relevance
255 const NodeDef* that_node) { in CheckNodesEqual() argument256 Status s = CheckNodesEqualHelper(this_node, that, that_node); in CheckNodesEqual()259 that_node->name(), in CheckNodesEqual()266 const NodeDef* that_node) { in CheckNodesEqualHelper() argument267 TF_RETURN_IF_ERROR(CheckNodesEqualNonInput(this_node, that, that_node, in CheckNodesEqualHelper()272 that->nodes_[that_node].node_control_inputs)); in CheckNodesEqualHelper()275 auto& that_node_inputs = that->nodes_[that_node].node_inputs; in CheckNodesEqualHelper()341 const NodeDef* that_node, in CheckNodesEqualNonInput() argument352 that_node->op(), that_node->attr())); in CheckNodesEqualNonInput()355 if (this_node->op() != that_node->op()) { in CheckNodesEqualNonInput()[all …]