示例#1
0
def log(poly_sch, fuzz_shape=None):
    test_ms_log((9, 1024, 1024), 'float16', poly_sch=poly_sch)
    test_ms_log((9, 1024, 1024), 'float32', poly_sch=poly_sch)
示例#2
0
def test_log():
    test_ms_log((9, 1024, 1024), 'float16', poly_sch=True)
    test_ms_log((9, 1024, 1024), 'float32', poly_sch=True)
    return True