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

Method get_methods_to_export

extension/pybindings/test/make_test.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 return x + y
24
25 def get_methods_to_export(self):
26 return ("forward",)
27
28 def get_inputs(self):
29 return (torch.ones(2, 2), torch.ones(2, 2))

Callers 1

create_programFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected