Searched refs:fallback_params (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 723 string fallback_params; in AddEagerFastPathExecute() local 728 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute() 729 strings::StrAppend(&fallback_params, param_name); in AddEagerFastPathExecute() 737 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute() 738 strings::StrAppend(&fallback_params, attr.rename_to(), "=", in AddEagerFastPathExecute() 743 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute() 744 strings::StrAppend(&fallback_params, "name=name"); in AddEagerFastPathExecute() 763 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute() 764 strings::StrAppend(&fallback_params, "ctx=_ctx"); in AddEagerFastPathExecute() 771 strings::StrCat(fallback_params, ")"), kRightMargin), in AddEagerFastPathExecute()
|