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

Function _export

devtools/intermediate_output_tap/tests/test_tap_pass.py:36–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def _export():
37 return export(_MLP(), (torch.randn(2, 8),), strict=True)
38
39
40class _RichModel(torch.nn.Module):

Calls 2

exportFunction · 0.90
_MLPClass · 0.70

Tested by

no test coverage detected