MCPcopy
hub / github.com/dmlc/dgl / t

Method t

python/dgl/sparse/sparse_matrix.py:218–220  ·  view source on GitHub ↗

Alias of :meth:`transpose()`

(self)

Source from the content-addressed store, hash-verified

216 return mat
217
218 def t(self):
219 """Alias of :meth:`transpose()`"""
220 return self.transpose()
221
222 @property
223 def T(self): # pylint: disable=C0103

Callers 15

processMethod · 0.80
processMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80
forwardMethod · 0.80
mask_test_edges_dglFunction · 0.80
decoderMethod · 0.80
forwardMethod · 0.80
__init__Method · 0.80
test_subg_inat.pyFile · 0.80

Calls 1

transposeMethod · 0.95

Tested by 1