Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc275 auto& that_node_inputs = that->nodes_[that_node].node_inputs; in CheckNodesEqualHelper() local
276 if (this_node_inputs.size() != that_node_inputs.size()) { in CheckNodesEqualHelper()
279 this_node_inputs.size(), " vs ", that_node_inputs.size()); in CheckNodesEqualHelper()
283 const NodeDef* that_input = that_node_inputs[i].first; in CheckNodesEqualHelper()
291 std::string that_input_suffix = that_node_inputs[i].second; in CheckNodesEqualHelper()