MCPcopy 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

~EagerEvalManagerMethod · 0.80
solveMethod · 0.80
extractMethod · 0.80
ProfilingBasedSolverMethod · 0.80
profileMethod · 0.80

Calls 1

get_oprs_seqFunction · 0.85

Tested by

no test coverage detected