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

Function to_string

tensorflow/lite/toco/toco_port.h:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <typename T>
42std::string to_string(T value)
43{
44 std::ostringstream os ;
45 os << value ;
46 return os.str() ;
47}
48
49#ifdef __ARM_ARCH_7A__
50double round(double x);

Callers 15

GetInputNodesInfoFunction · 0.85
ModifySharedNameAttrFunction · 0.85
TESTFunction · 0.85
DebugStringMethod · 0.85
ComputeAsyncMethod · 0.85
GetTotalKeysNumFunction · 0.85
make_import_callbackFunction · 0.85
ComputeAsyncMethod · 0.85
oss_error_messageFunction · 0.85

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.68
mainFunction · 0.68
EncodeByProtoBufferFunction · 0.68
mainFunction · 0.68
CreateGroundTruthLabelsFunction · 0.68
CheckSizesMethod · 0.68
runOnFunctionMethod · 0.68
XLA_TEST_FFunction · 0.68
ExpectCallSequenceMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68