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

Method op

imperative/python/megengine/core/tensor/megbrain_graph.py:133–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 @property
133 def op(self):
134 if hasattr(self.graph, "_wrap"):
135 return self.graph._wrap(self._node.owner)
136 else:
137 return self._node.owner
138
139 @property
140 def name(self):

Callers 15

apply_transformationMethod · 0.45
apply_on_physical_tensorFunction · 0.45
apply_on_var_nodeFunction · 0.45
apply_on_physical_tensorFunction · 0.45
apply_on_device_tensorndFunction · 0.45
apply_on_physical_tensorFunction · 0.45
apply_on_physical_tensorFunction · 0.45
apply_transformationMethod · 0.45
apply_opMethod · 0.45
apply_transformationMethod · 0.45
apply_opMethod · 0.45
apply_transformationMethod · 0.45

Calls 1

_wrapMethod · 0.80

Tested by

no test coverage detected