Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dhash_utils.cc407 CheckFunctionsEqual(this_node->op(), this_node->attr(), that, in CheckNodesEqualNonInput()
484 CheckFunctionsEqual(this_attr.func(), that, that_attr.func())); in CheckAttrsEqual()
501 TF_RETURN_IF_ERROR(CheckFunctionsEqual(this_attr.list().func(i), that, in CheckAttrsEqual()
569 Status CheckFunctionsEqual(const NameAttrList& this_func, GraphHasher* that, in CheckFunctionsEqual() function in tensorflow::data::__anon4acced740111::GraphHasher
571 return CheckFunctionsEqual(this_func.name(), this_func.attr(), that, in CheckFunctionsEqual()
574 Status CheckFunctionsEqual(const std::string& this_name, in CheckFunctionsEqual() function in tensorflow::data::__anon4acced740111::GraphHasher