Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.cc85 void CodeWriter::Append(const std::string& text) { AppendInternal(text, true); } in Append()
88 AppendInternal(text, false); in AppendNoNewLine()
91 void CodeWriter::AppendInternal(const std::string& text, bool newline) { in AppendInternal() function in tflite::support::codegen::CodeWriter
Dutils.h104 void AppendInternal(const std::string& text, bool newline);