Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ToString
Method
ToString
tensorflow/compiler/xla/python/tpu_driver/event_id.h:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
std::string ToString() const {
51
return absl::StrCat(client_id,
":"
, operation_id);
52
}
53
54
uint64_t AsInt() const { return client_id << 44 | operation_id; }
55
Callers
14
GetComputationHloText
Function · 0.45
PyLocalBufferGetBuffer
Function · 0.45
PYBIND11_MODULE
Function · 0.45
CastToArray
Function · 0.45
ValueOrThrow
Function · 0.45
cast
Method · 0.45
cast
Method · 0.45
FromHostBuffer
Method · 0.45
ExecuteHelper
Method · 0.45
Compile
Method · 0.45
RecordingTpuDriver
Method · 0.45
PopulateAndSaveEntry
Method · 0.45
Calls
1
StrCat
Function · 0.50
Tested by
no test coverage detected