Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ get_upper_bound_inputs
Method
get_upper_bound_inputs
exir/tests/control_flow_models.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
return
torch_map(f, xs, y) + xs
100
101
def
get_upper_bound_inputs(self):
102
return
torch.rand(4, 4), torch.rand(4)
103
104
def
get_random_inputs(self):
105
return
torch.rand(2, 4), torch.rand(4)
Callers
1
test_ft_map_dynshape
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_ft_map_dynshape
Method · 0.76