Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dcc_op_gen.cc488 string AvoidCPPKeywords(StringPiece name) { in AvoidCPPKeywords() function
597 arg_names.push_back(AvoidCPPKeywords(api_def_arg.rename_to())); in OpInfo()
604 AvoidCPPKeywords(api_def_arg.rename_to()), ": ", in OpInfo()
624 string attr_name = AvoidCPPKeywords(api_def_attr.rename_to()); in OpInfo()
661 output_names.push_back(AvoidCPPKeywords(api_def_arg.rename_to())); in OpInfo()
959 AvoidCPPKeywords(api_def_arg.rename_to()), ");\n"); in GetConstructorBody()
984 : AvoidCPPKeywords(api_def_attr.rename_to()); in GetConstructorBody()