Searched refs:this_input (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 282 const NodeDef* this_input = this_node_inputs[i].first; in CheckNodesEqualHelper() local 284 if (is_cycle_forming_edge(this_node, this_input)) { in CheckNodesEqualHelper() 285 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()
|