MCPcopy 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
60def get_vision_model_sample_input():
61 return (torch.randn(1, 3, 224, 224),)
62
63
64def get_vision_model_dynamic_shapes():

Callers 1

get_sample_inputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected