Searched refs:arg_api_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 453 const string& arg_api_name = param_names_[*iter].GetRenameTo(); in GetEagerFunctionSetup() local 454 ExpectListArg(indentation, arg_api_name, function_setup); in GetEagerFunctionSetup() 457 strings::StrCat("len(", arg_api_name, ")"), in GetEagerFunctionSetup() 462 function_setup, indentation, "if len(", arg_api_name, in GetEagerFunctionSetup() 464 indentation, " \"List argument '", arg_api_name, "' to '", in GetEagerFunctionSetup() 468 " (len(", arg_api_name, "), ", attr_var, "))\n"); in GetEagerFunctionSetup()
|