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

Method get_dep_oprs

imperative/python/megengine/utils/network.py:447–449  ·  view source on GitHub ↗

r"""Gets dependent oprs of var

(self, var)

Source from the content-addressed store, hash-verified

445 return self.opr_filter.has_input(var).as_list()
446
447 def get_dep_oprs(self, var):
448 r"""Gets dependent oprs of var"""
449 return get_oprs_seq(var, False, False)
450
451 @property
452 def opr_filter(self):

Callers

nothing calls this directly

Calls 1

get_oprs_seqFunction · 0.85

Tested by

no test coverage detected