MCPcopy Create free account
hub / github.com/pytorch/executorch / _get_random_inputs

Method _get_random_inputs

exir/program/test/test_program.py:55–57  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

53
54 @classmethod
55 def _get_random_inputs(cls):
56 x = torch.rand(8, 32)
57 return (x,)
58
59
60class TestSDPA(torch.nn.Module):

Calls

no outgoing calls

Tested by

no test coverage detected