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

Function FpToString

tensorflow/core/lib/strings/numbers.cc:386–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386string FpToString(Fprint fp) {
387 char buf[17];
388 snprintf(buf, sizeof(buf), "%016llx", static_cast<uint64>(fp));
389 return string(buf);
390}
391
392bool StringToFp(const string& s, Fprint* fp) {
393 char junk;

Callers 8

GetRendezvousKeyFunction · 0.85
GetRendezvousKeyFunction · 0.85
DirectSessionMethod · 0.85
TESTFunction · 0.85
GetRendezvousKeyPrefixFunction · 0.85
GetRendezvousKeyPrefixFunction · 0.85
MasterSessionMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68