Searched refs:attr_api_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 326 const string& attr_api_name = in Code() local 328 attr_expressions_[attr_name] = attr_api_name; in Code() 479 const string& attr_api_name = param.GetRenameTo(); in GetEagerFunctionSetup() local 481 attr_expressions_[attr_name] = attr_api_name; in GetEagerFunctionSetup() 485 strings::StrAppend(function_setup, indentation, "if ", attr_api_name, in GetEagerFunctionSetup() 487 strings::StrAppend(function_setup, indentation, " ", attr_api_name, in GetEagerFunctionSetup() 491 ExpectListArg(indentation, attr_api_name, function_setup); in GetEagerFunctionSetup() 495 strings::StrAppend(function_setup, indentation, attr_api_name, in GetEagerFunctionSetup() 496 " = _execute.make_str(", attr_api_name, ", \"", in GetEagerFunctionSetup() 497 attr_api_name, "\")\n"); in GetEagerFunctionSetup() [all …]
|