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

Method DebugString

tensorflow/core/common_runtime/buf_rendezvous.cc:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64string BufRendezvous::Hook::DebugString() const {
65 return absl::StrCat("[dev:", (prod_dev ? prod_dev->name() : "none"),
66 ", ctx:", reinterpret_cast<uint64>(prod_ctx),
67 ", val:", reinterpret_cast<uint64>(prod_value),
68 ", pcb:", reinterpret_cast<uint64>(&prod_cb),
69 ", ccb:", reinterpret_cast<uint64>(&cons_cb), "]");
70}
71
72void BufRendezvous::ProvideBuf(const string& key, Device* dev,
73 DeviceContext* dev_ctx, const Tensor* v,

Callers 1

LogContentsMethod · 0.45

Calls 2

nameMethod · 0.65
StrCatFunction · 0.50

Tested by

no test coverage detected