Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
class
TestRemoveViewCopy(unittest.TestCase):
Callers
3
test_disable
Method · 0.95
test_output_matches
Method · 0.95
test_spec
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected