Home
last modified time | relevance | path

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

/aosp12/art/test/162-method-resolution/src/
H A DMain.java37 test8(); in main()
344 private static void test8() throws Exception { in test8() method in Main
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dresize_nearest_neighbor.mod.py178 test8 = { variable
185 Example(test8, model=model_shape).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
186 Example(test8, model=model_scale).AddNchw(i1, o1, layout).AddVariations("relaxed", quant8, "float16…
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_quant8_signed.mod.py328 test8 = { variable
335 Example(test8, model=model_shape).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
336 Example(test8, model=model_scale).AddNchw(i1, o1, layout).AddVariations(quant8_signed, includeDefau…
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java206 public void test8() throws Exception { in test8() method in EventRecurrenceTest
/aosp12/art/test/530-checker-lse/src/
H A DMain.java326 static int test8() { in test8() method in Main
4008 assertIntEquals(test8(), 1); in main()