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

Method __repr__

tensorflow/python/framework/ops.py:705–707  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

get_shapeMethod · 0.95

Tested by

no test coverage detected