Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ DebugString
Method
DebugString
tensorflow/core/kernels/tensor_array.h:264–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
string DebugString() const override {
265
mutex_lock l(mu_);
266
CHECK(!closed_);
267
return strings::StrCat(
"TensorArray["
, tensors_.size(),
"]"
);
268
}
269
270
bool IsClosed() {
271
mutex_lock l(mu_);
Callers
2
LockedWriteOrAggregate
Method · 0.45
LockedRead
Method · 0.45
Calls
2
StrCat
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected