Searched refs:CheckFunctionsEqual (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 351 CheckFunctionsEqual(this_node->op(), this_node->attr(), that, in CheckNodesEqualNonInput() 425 CheckFunctionsEqual(this_attr.func(), that, that_attr.func())); in CheckAttrsEqual() 442 TF_RETURN_IF_ERROR(CheckFunctionsEqual(this_attr.list().func(i), that, in CheckAttrsEqual() 498 Status CheckFunctionsEqual(const NameAttrList& this_func, GraphHasher* that, in CheckFunctionsEqual() function in tensorflow::data::__anonda22bb810111::GraphHasher 500 return CheckFunctionsEqual(this_func.name(), this_func.attr(), that, in CheckFunctionsEqual() 503 Status CheckFunctionsEqual(const std::string& this_name, in CheckFunctionsEqual() function in tensorflow::data::__anonda22bb810111::GraphHasher
|