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

Method output

exir/pass_base.py:623–624  ·  view source on GitHub ↗
(self, results: List[Argument], meta: NodeMetadata)

Source from the content-addressed store, hash-verified

621 return self._fx("call_function", operator.getitem, (value, key), {}, meta)
622
623 def output(self, results: List[Argument], meta: NodeMetadata) -> ProxyValue:
624 return self._fx("output", "output", (results,), {}, meta)
625
626 def call_submodule(
627 self, graph_module: fx.GraphModule, inputs: Tuple[Argument, ...]

Callers 1

outputMethod · 0.45

Calls 1

_fxMethod · 0.95

Tested by

no test coverage detected