Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dformat_port.h41 inline void AppendFHelper(std::string* destination, const char* fmt, in AppendFHelper() function
47 inline void AppendFHelper(std::string* destination, const char* fmt) { in AppendFHelper() function
56 AppendFHelper(destination, fmt, IdentityOrConvertStringToRaw(args)...); in AppendF()
64 AppendFHelper(&result, fmt, IdentityOrConvertStringToRaw(args)...); in StringF()