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

Method AlphaNum

tensorflow/core/lib/strings/strcat.h:103–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 // A bool ctor would also convert incoming pointers (bletch).
102
103 AlphaNum(int i32) // NOLINT(runtime/explicit)
104 : piece_(digits_, FastInt32ToBufferLeft(i32, digits_)) {}
105 AlphaNum(unsigned int u32) // NOLINT(runtime/explicit)
106 : piece_(digits_, FastUInt32ToBufferLeft(u32, digits_)) {}
107 AlphaNum(long x) // NOLINT(runtime/explicit)

Callers

nothing calls this directly

Calls 6

FastInt64ToBufferLeftFunction · 0.85
FastUInt64ToBufferLeftFunction · 0.85
FloatToBufferFunction · 0.85
DoubleToBufferFunction · 0.85
FastInt32ToBufferLeftFunction · 0.70
FastUInt32ToBufferLeftFunction · 0.70

Tested by

no test coverage detected