MCPcopy
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_reduceFunction · 0.45
gspmmFunction · 0.45
_dispatchMethod · 0.45
compensateFunction · 0.45
relabelFunction · 0.45
dtype_ofFunction · 0.45
prepare_tensorFunction · 0.45
__call__Method · 0.45
_nndescent_knn_graphFunction · 0.45
knnFunction · 0.45
remove_self_loopFunction · 0.45
_coalesce_edge_frameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected