Searched refs:fastpath_execute_params (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 930 string fastpath_execute_params = in AddEagerFastPathExecute() local 936 strings::StrAppend(&fastpath_execute_params, ", ", param_name); in AddEagerFastPathExecute() 943 strings::StrAppend(&fastpath_execute_params, ", \"", attr.name(), "\", ", in AddEagerFastPathExecute() 959 strings::StrCat(fastpath_execute_params, ")"), kRightMargin), in AddEagerFastPathExecute()
|