MCPcopy Create free account
hub / github.com/pytorch/pytorch / T

Method T

torch/_numpy/_ndarray.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264
265 @property
266 def T(self):
267 return self.transpose()
268
269 @property
270 def real(self):

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.95

Tested by

no test coverage detected