MCPcopy Create free account
hub / github.com/cactus-compute/cactus / __repr__

Method __repr__

python/src/graph.py:380–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 return arr.reshape(shape).copy()
379
380 def __repr__(self):
381 return f"Tensor(id={self.id}, shape={self.shape}, dtype={self.dtype})"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected