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

Method DebugStreamPointers

tensorflow/stream_executor/stream.cc:6194–6198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6192}
6193
6194string Stream::DebugStreamPointers() const {
6195 // Relies on the ToVlogString(const void*) overload above.
6196 return absl::StrCat("[stream=", ToVlogString(this),
6197 ",impl=", ToVlogString(implementation_.get()), "]");
6198}
6199
6200void Stream::CheckStatus(port::Status status) {
6201 if (status.ok()) {

Callers 7

CallStrFunction · 0.80
GetOrCreateSubStreamMethod · 0.80
ReturnSubStreamMethod · 0.80
stream.ccFile · 0.80
EnsureStreamOkLockedMethod · 0.80
BorrowStreamMethod · 0.80
ReturnStreamMethod · 0.80

Calls 3

ToVlogStringFunction · 0.85
StrCatFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected