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

Method graph

imperative/python/megengine/utils/network_node.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87
88 @property
89 def graph(self):
90 return super().graph()
91
92 def _get_var_shape(self, axis=None):
93 opdef = (

Callers 15

_graphMethod · 0.45
enterMethod · 0.45
init_tensorFunction · 0.45
applyMethod · 0.45
loadMethod · 0.45
ImplMethod · 0.45
get_valueMethod · 0.45
detect_replaceMethod · 0.45
update_graphMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected