Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc659 const string& arg_api_name = param_names_[*iter].GetRenameTo(); in GetEagerFunctionSetup() local
660 ExpectListArg(indentation, arg_api_name, function_setup); in GetEagerFunctionSetup()
663 strings::StrCat("len(", arg_api_name, ")"), in GetEagerFunctionSetup()
668 function_setup, indentation, "if len(", arg_api_name, in GetEagerFunctionSetup()
670 indentation, " \"List argument '", arg_api_name, "' to '", in GetEagerFunctionSetup()
674 " (len(", arg_api_name, "), ", attr_var, "))\n"); in GetEagerFunctionSetup()