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

Method kwargs

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

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

(self)

Source from the content-addressed store, hash-verified

214
215 @property
216 def kwargs(self):
217 r"""Get the keyword arguments of the operation corresponding to this Expr."""
218 _, kwargs = self.unflatten_args(self.inputs)
219 return kwargs
220
221 @property
222 def args(self):

Callers

nothing calls this directly

Calls 1

unflatten_argsMethod · 0.95

Tested by

no test coverage detected