Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ get_random_inputs
Method
get_random_inputs
exir/tests/test_memory_planning.py:1161–1162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1159
return
x
1160
1161
def
get_random_inputs(self) -> tuple[torch.Tensor, ...]:
1162
return
self.map_model.get_random_inputs()
1163
1164
1165
class
TestMap(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
get_random_inputs
Method · 0.45
Tested by
no test coverage detected