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

Method all_vars

imperative/python/megengine/utils/network.py:483–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

481
482 @property
483 def all_vars(self):
484 return get_dep_vars(self.output_vars)
485
486 @property
487 def all_vars_dict(self):

Callers

nothing calls this directly

Calls 1

get_dep_varsFunction · 0.85

Tested by

no test coverage detected