Searched refs:to_quoted (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_gen_lib.cc | 276 const string to_quoted = strings::StrCat("`", to, "`"); in RenameInDocs() local 279 StringReplace(from_quoted, to_quoted, in RenameInDocs() 285 StringReplace(from_quoted, to_quoted, in RenameInDocs() 291 StringReplace(from_quoted, to_quoted, in RenameInDocs() 296 StringReplace(from_quoted, to_quoted, api_def->mutable_summary()); in RenameInDocs() 299 StringReplace(from_quoted, to_quoted, api_def->mutable_description()); in RenameInDocs()
|