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

Method args

imperative/python/megengine/traced_module/expr.py:222–225  ·  view source on GitHub ↗

r"""Get the positional arguments of the operation corresponding to this Expr.

(self)

Source from the content-addressed store, hash-verified

220
221 @property
222 def args(self):
223 r"""Get the positional arguments of the operation corresponding to this Expr."""
224 args, _ = self.unflatten_args(self.inputs)
225 return args
226
227 def _get_func(self):
228 # get called function when the expr is interpreted

Callers 9

visit_eventMethod · 0.80
compileMethod · 0.80
setup_and_launchFunction · 0.80
execMethod · 0.80
executeMethod · 0.80
setup_and_launchFunction · 0.80
execMethod · 0.80
executeMethod · 0.80

Calls 1

unflatten_argsMethod · 0.95

Tested by

no test coverage detected