MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / dtype

Method dtype

imperative/python/megengine/traced_module/node.py:269–271  ·  view source on GitHub ↗

r"""Get the dtype of this Node.

(self)

Source from the content-addressed store, hash-verified

267
268 @property
269 def dtype(self):
270 r"""Get the dtype of this Node."""
271 return self._dtype
272
273 @dtype.setter
274 def dtype(self, dtype):

Callers 3

__init__Method · 0.45
arangeFunction · 0.45
linspaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected