Searched refs:GraphHasher (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 147 class GraphHasher { class 151 explicit GraphHasher(const GraphDef* graph, const NodeDef* root, in GraphHasher() function in tensorflow::data::__anonda22bb810111::GraphHasher 206 Status CheckEqual(GraphHasher* that) { in CheckEqual() 254 Status CheckNodesEqual(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqual() 265 Status CheckNodesEqualHelper(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqualHelper() 340 Status CheckNodesEqualNonInput(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqualNonInput() 415 const AttrValue& this_attr, GraphHasher* that, in CheckAttrsEqual() 480 GraphHasher hasher(&graph_def, &ret_node->def(), flib_); in HashFunction() 498 Status CheckFunctionsEqual(const NameAttrList& this_func, GraphHasher* that, in CheckFunctionsEqual() 504 const AttrValueMap& this_attrs, GraphHasher* that, in CheckFunctionsEqual() [all …]
|