(self)
| 703 | (", device=%s" % self.device) if self.device else "") |
| 704 | |
| 705 | def __repr__(self): |
| 706 | return "<tf.Tensor '%s' shape=%s dtype=%s>" % (self.name, self.get_shape(), |
| 707 | self._dtype.name) |
| 708 | |
| 709 | def __hash__(self): |
| 710 | g = getattr(self, "graph", None) |