Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ dtype
Method
dtype
python/dgl/_ffi/ndarray.py:215–217 ·
view source on GitHub ↗
Type of this array
(self)
Source
from the content-addressed store, hash-verified
213
214
@property
215
def
dtype(self):
216
""
"Type of this array"
""
217
return
str(self.handle.contents.dtype)
218
219
@property
220
def
ctx(self):
Callers
13
segment_reduce
Function · 0.45
gspmm
Function · 0.45
_dispatch
Method · 0.45
compensate
Function · 0.45
relabel
Function · 0.45
dtype_of
Function · 0.45
prepare_tensor
Function · 0.45
__call__
Method · 0.45
_nndescent_knn_graph
Function · 0.45
knn
Function · 0.45
remove_self_loop
Function · 0.45
_coalesce_edge_frame
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected