Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ get_vision_model_sample_input
Function
get_vision_model_sample_input
examples/vulkan/export.py:60–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
60
def
get_vision_model_sample_input():
61
return
(torch.randn(1, 3, 224, 224),)
62
63
64
def
get_vision_model_dynamic_shapes():
Callers
1
get_sample_inputs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected