MCPcopy Create free account
hub / github.com/pytorch/executorch / call_operator

Method call_operator

exir/pass_base.py:504–511  ·  view source on GitHub ↗
(
        self,
        op,  # pyre-ignore
        args: Tuple[Argument, ...],
        kwargs: Dict[str, Argument],
        meta: NodeMetadata,
    )

Source from the content-addressed store, hash-verified

502 return ProxyValue(arg, arg_proxy)
503
504 def call_operator(
505 self,
506 op, # pyre-ignore
507 args: Tuple[Argument, ...],
508 kwargs: Dict[str, Argument],
509 meta: NodeMetadata,
510 ) -> ProxyValue:
511 return self._fx("call_function", op, args, kwargs, meta)
512
513 def call_sym(
514 self,

Callers 2

call_functionMethod · 0.45
call_functionMethod · 0.45

Calls 1

_fxMethod · 0.95

Tested by

no test coverage detected