Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc932 string fallback_params; in AddEagerFastPathExecute() local
937 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute()
938 strings::StrAppend(&fallback_params, param_name); in AddEagerFastPathExecute()
946 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute()
947 strings::StrAppend(&fallback_params, attr.rename_to(), "=", in AddEagerFastPathExecute()
952 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute()
953 strings::StrAppend(&fallback_params, "name=name"); in AddEagerFastPathExecute()
972 if (!fallback_params.empty()) strings::StrAppend(&fallback_params, ", "); in AddEagerFastPathExecute()
973 strings::StrAppend(&fallback_params, "ctx=_ctx"); in AddEagerFastPathExecute()
989 strings::StrCat(fallback_params, ")"), kRightMargin), in AddEagerFastPathExecute()