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

Method DebugString

tensorflow/core/framework/tensor.h:589–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 // GPU/TPU memory use DeviceSafeDebugString instead.
588 string DebugString(int num_values) const;
589 string DebugString() const { return DebugString(3); }
590
591 // Variant of DebugString() that should be used for possibly non-CPU tensors.
592 // If the tensor is not resident on CPU, we can't read its values as

Callers

nothing calls this directly

Calls 1

DebugStringFunction · 0.70

Tested by

no test coverage detected