Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.cc38 constexpr char kDocEnd[] = ")doc\")"; variable
154 op.name().c_str(), kDocStart, kDocEnd); in RemoveDoc()
160 const auto doc_end_location = file_contents.find(kDocEnd, doc_start_location); in RemoveDoc()
183 file_contents.substr(doc_end_location + sizeof(kDocEnd) - 1); in RemoveDoc()