Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc402 const string& attr_api_name = in Code() local
404 attr_expressions_[attr_name] = attr_api_name; in Code()
685 const string& attr_api_name = param.GetRenameTo(); in GetEagerFunctionSetup() local
687 attr_expressions_[attr_name] = attr_api_name; in GetEagerFunctionSetup()
691 strings::StrAppend(function_setup, indentation, "if ", attr_api_name, in GetEagerFunctionSetup()
693 strings::StrAppend(function_setup, indentation, " ", attr_api_name, in GetEagerFunctionSetup()
697 ExpectListArg(indentation, attr_api_name, function_setup); in GetEagerFunctionSetup()
701 strings::StrAppend(function_setup, indentation, attr_api_name, in GetEagerFunctionSetup()
702 " = _execute.make_str(", attr_api_name, ", \"", in GetEagerFunctionSetup()
703 attr_api_name, "\")\n"); in GetEagerFunctionSetup()
[all …]