Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DModuleTest.java82 public static final class TestModule3 { class in ModuleTest
83 TestModule3() { in TestModule3() method in ModuleTest.TestModule3
87 TestModule3(String str) {} // This is fine because Dagger can use the other constructor in TestModule3() method in ModuleTest.TestModule3
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_export.py6111 class TestModule3(torch.nn.Module): class
6118 for m in [TestModule1(), TestModule2(), TestModule3()]: