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

Method get_example_inputs

exir/tests/test_remove_view_copy.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 return v5, v6
39
40 def get_example_inputs(self):
41 return (torch.rand(5, 6),)
42
43
44class TestRemoveViewCopy(unittest.TestCase):

Callers 3

test_disableMethod · 0.95
test_output_matchesMethod · 0.95
test_specMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected