Searched refs:that_input (Results 1 – 1 of 1) sorted by relevance
283 const NodeDef* that_input = that_node_inputs[i].first; in CheckNodesEqualHelper() local285 TF_RETURN_IF_ERROR(CheckNodesEqualNonInput(this_input, that, that_input, in CheckNodesEqualHelper()288 TF_RETURN_IF_ERROR(CheckNodesEqual(this_input, that, that_input)); in CheckNodesEqualHelper()294 "Node inputs ", this_input->name(), " and ", that_input->name(), in CheckNodesEqualHelper()