Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_transformation
Method · 0.45
apply_on_physical_tensor
Function · 0.45
apply_on_var_node
Function · 0.45
apply_on_physical_tensor
Function · 0.45
apply_on_device_tensornd
Function · 0.45
apply_on_physical_tensor
Function · 0.45
apply_on_physical_tensor
Function · 0.45
apply_transformation
Method · 0.45
apply_op
Method · 0.45
apply_transformation
Method · 0.45
apply_op
Method · 0.45
apply_transformation
Method · 0.45
Calls
1
_wrap
Method · 0.80
Tested by
no test coverage detected