MCPcopy 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

LockedReadMethod · 0.45

Calls 2

StrCatFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected