Searched defs:attr_api_name (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
H A Dpython_eager_op_gen.cc332 const string& attr_api_name = local
334 attr_expressions_[attr_name] = attr_api_name;
484 const string& attr_api_name = param.GetRenameTo(); local
486 attr_expressions_[attr_name] = attr_api_name;
490 strings::StrAppend(function_setup, indentation, "if ", attr_api_name,
492 strings::StrAppend(function_setup, indentation, " ", attr_api_name,
496 ExpectListArg(indentation, attr_api_name, function_setup);
500 strings::StrAppend(function_setup, indentation, attr_api_name,
501 " = _execute.make_str(", attr_api_name, ", \"",
502 attr_api_name, "\")\
[all...]

Completed in 218 milliseconds