Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ all_oprs
Method
all_oprs
imperative/python/megengine/utils/network.py:479–480 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
477
478
@property
479
def
all_oprs(self):
480
return
get_oprs_seq(self.output_vars, False, False)
481
482
@property
483
def
all_vars(self):
Callers
6
~EagerEvalManager
Method · 0.80
~StaticInferManagerImpl
Method · 0.80
solve
Method · 0.80
extract
Method · 0.80
ProfilingBasedSolver
Method · 0.80
profile
Method · 0.80
Calls
1
get_oprs_seq
Function · 0.85
Tested by
no test coverage detected