예제 #1
0
def select(poly_sch, fuzz_shape=None):
    test_ms_select((2, ), (2, 2, 2), "int8", "float16", poly_sch=poly_sch)
예제 #2
0
def test_select():
    test_ms_select((2, ), (2, 2, 2), "int8", "float16", poly_sch=True)
    return True