Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc207 return CheckNodesEqual(root_, that, that->root_); in CheckEqual()
254 Status CheckNodesEqual(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqual() function in tensorflow::data::__anonda22bb810111::GraphHasher
288 TF_RETURN_IF_ERROR(CheckNodesEqual(this_input, that, that_input)); in CheckNodesEqualHelper()