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

Method forward

exir/tests/models.py:99–100  ·  view source on GitHub ↗
(self, input: Tensor)

Source from the content-addressed store, hash-verified

97 super().__init__()
98
99 def forward(self, input: Tensor) -> Tensor:
100 return torch.clone(input)
101
102
103class Reshape(nn.Module):

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected