MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IdentityOrConvertStringToRaw

Function IdentityOrConvertStringToRaw

tensorflow/lite/toco/format_port.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28/// Identity (default case)
29template <class T>
30T IdentityOrConvertStringToRaw(T foo) {
31 return foo;
32}
33
34// Overloaded case where we return std::string.
35inline const char* IdentityOrConvertStringToRaw(const std::string& foo) {

Callers 2

AppendFFunction · 0.85
StringFFunction · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected