Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc503 Status CheckFunctionsEqual(const std::string& this_name, in CheckFunctionsEqual() argument
507 Status s = CheckFunctionsEqualHelper(this_name, this_attrs, that, that_name, in CheckFunctionsEqual()
510 return errors::FailedPrecondition("Functions ", this_name, " and ", in CheckFunctionsEqual()
516 Status CheckFunctionsEqualHelper(const std::string& this_name, in CheckFunctionsEqualHelper() argument
521 const FunctionDef* this_fdef = flib_->Find(this_name); in CheckFunctionsEqualHelper()
536 "Different numbers of ret nodes for functions ", this_name, " and ", in CheckFunctionsEqualHelper()