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

Method dtype

python/dgl/distributed/dist_tensor.py:262–270  ·  view source on GitHub ↗

Return the data type of the distributed tensor. Returns ------ dtype The data type of the tensor.

(self)

Source from the content-addressed store, hash-verified

260
261 @property
262 def dtype(self):
263 """Return the data type of the distributed tensor.
264
265 Returns
266 ------
267 dtype
268 The data type of the tensor.
269 """
270 return self._dtype
271
272 @property
273 def name(self):

Callers 15

_build_neg_graphMethod · 0.45
_prefetch_update_featsFunction · 0.45
_generateMethod · 0.45
_copy_data_to_shared_memFunction · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
process_requestMethod · 0.45
process_requestMethod · 0.45
process_requestMethod · 0.45
init_dataMethod · 0.45
get_data_metaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected