Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_module_containers.py505 class ModWithWrongAnnotation(torch.nn.ModuleDict): class
517 torch.jit.script(ModWithWrongAnnotation())
568 class ModWithWrongAnnotation(torch.nn.ModuleList): class
580 torch.jit.script(ModWithWrongAnnotation())