MCPcopy Create free account
hub / github.com/alibaba/MNN / numberToString

Function numberToString

express/Expr.cpp:29–33  ·  view source on GitHub ↗

define MNN_EXPRESS_ERROR_REPORT

Source from the content-addressed store, hash-verified

27
28//#define MNN_EXPRESS_ERROR_REPORT
29static inline std::string numberToString(int index) {
30 char s[10];
31 snprintf(s, 10, "%d", index);
32 return std::string(s);
33}
34
35static bool HasUnknownDim(const std::vector<int>& dims) {
36 for (const int& dim : dims) {

Callers 1

saveMethod · 0.85

Calls 1

stringFunction · 0.50

Tested by

no test coverage detected