| 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 |
nothing calls this directly
no test coverage detected