Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
process
Method · 0.80
process
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
test_integration_link_prediction
Function · 0.80
forward
Method · 0.80
mask_test_edges_dgl
Function · 0.80
decoder
Method · 0.80
forward
Method · 0.80
__init__
Method · 0.80
test_subg_inat.py
File · 0.80
Calls
1
transpose
Method · 0.95
Tested by
1
test_integration_link_prediction
Function · 0.64