Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc110 string MakeComment(StringPiece text, StringPiece indent) { in MakeComment() function
683 comment = MakeComment(comment, ""); in OpInfo()
717 attr_comment = MakeComment(attr_comment, " "); in GetOpAttrStruct()
761 string struct_decl = MakeComment(attrs_comment, " "); in GetOpAttrStruct()
/external/v8/tools/release/
Dcreate_release.py108 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dpush_to_candidates.py150 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dtest_scripts.py100 MakeComment(" Line 1\n Line 2\n"))
102 MakeComment("Line 1\n Line 2"))
Dcommon_includes.py102 def MakeComment(text): function