MCPcopy 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

GetComputationHloTextFunction · 0.45
PyLocalBufferGetBufferFunction · 0.45
PYBIND11_MODULEFunction · 0.45
CastToArrayFunction · 0.45
ValueOrThrowFunction · 0.45
castMethod · 0.45
castMethod · 0.45
FromHostBufferMethod · 0.45
ExecuteHelperMethod · 0.45
CompileMethod · 0.45
RecordingTpuDriverMethod · 0.45
PopulateAndSaveEntryMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected