Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.cc56 const std::string CodeWriter::GetTokenValue(const std::string& token) const { in GetTokenValue() function in tflite::support::codegen::CodeWriter
126 const auto value = GetTokenValue(token_buffer); in AppendInternal()
Dutils.h64 const std::string GetTokenValue(const std::string& token) const;