Searched refs:that_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 505 const std::string& that_name, in CheckFunctionsEqual() argument 507 Status s = CheckFunctionsEqualHelper(this_name, this_attrs, that, that_name, in CheckFunctionsEqual() 511 that_name, " are not the same:\n", s); in CheckFunctionsEqual() 519 const std::string& that_name, in CheckFunctionsEqualHelper() argument 522 const FunctionDef* that_fdef = that->flib_->Find(that_name); in CheckFunctionsEqualHelper() 537 that_name, ": ", this_fbody->ret_nodes.size(), " vs ", in CheckFunctionsEqualHelper()
|