Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
386
string FpToString(Fprint fp) {
387
char buf[17];
388
snprintf(buf, sizeof(buf),
"%016llx"
, static_cast<uint64>(fp));
389
return string(buf);
390
}
391
392
bool StringToFp(const string& s, Fprint* fp) {
393
char junk;
Callers
8
GetRendezvousKey
Function · 0.85
GetRendezvousKey
Function · 0.85
DirectSession
Method · 0.85
TEST
Function · 0.85
GetRendezvousKeyPrefix
Function · 0.85
GetSliceRendezvousKeyPrefix
Function · 0.85
GetRendezvousKeyPrefix
Function · 0.85
MasterSession
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68