Home
last modified time | relevance | path

Searched refs:MyModuleParamDim (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_fx_param_shape_control_flow.py43 class MyModuleParamDim(MyModuleBase): class
140 mymod = MyModuleParamDim(torch.nn.Parameter(torch.randn(2, 5, 3)))
141 mymod2 = MyModuleParamDim(torch.nn.Parameter(torch.randn(15, 3)))