Home
last modified time | relevance | path

Searched refs:this_input (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc282 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()