Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py703 class TestPyAssign(nn.Module): class
711 TestPyAssign.__annotations__ = {"proxy_mod": OneTwo}
714 scripted_pyassign_mod = torch.jit.script(TestPyAssign())