Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc274 auto& this_node_inputs = nodes_[this_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()
281 for (int i = 0; i < this_node_inputs.size(); ++i) { in CheckNodesEqualHelper()
282 const NodeDef* this_input = this_node_inputs[i].first; in CheckNodesEqualHelper()
290 std::string this_input_suffix = this_node_inputs[i].second; in CheckNodesEqualHelper()