Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ dtype
Method
dtype
imperative/python/megengine/utils/network_node.py:269–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
267
268
@property
269
def
dtype(self):
270
return
self._opr.outputs[0].dtype
if
self._opr
else
None
271
272
def
numpy(self):
273
return
self.outputs[0].numpy()
Callers
2
get_param_stats
Function · 0.45
get_activation_stats
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected