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

Method __init__

exir/tests/models.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163
164 class DelegateAdd(nn.Module):
165 def __init__(self) -> None:
166 super().__init__()
167
168 def forward(self, x: Tensor, y: Tensor) -> Tensor:
169 return [x + y]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected