Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc255 const NodeDef* that_node) { in CheckNodesEqual() argument
256 Status s = CheckNodesEqualHelper(this_node, that, that_node); in CheckNodesEqual()
259 that_node->name(), in CheckNodesEqual()
266 const NodeDef* that_node) { in CheckNodesEqualHelper() argument
267 TF_RETURN_IF_ERROR(CheckNodesEqualNonInput(this_node, that, that_node, in CheckNodesEqualHelper()
272 that->nodes_[that_node].node_control_inputs)); in CheckNodesEqualHelper()
275 auto& that_node_inputs = that->nodes_[that_node].node_inputs; in CheckNodesEqualHelper()
341 const NodeDef* that_node, in CheckNodesEqualNonInput() argument
352 that_node->op(), that_node->attr())); in CheckNodesEqualNonInput()
355 if (this_node->op() != that_node->op()) { in CheckNodesEqualNonInput()
[all …]