Esempio n. 1
0
def reciprocal(poly_sch, fuzz_shape=None):
    test_ms_reciprocal((1, 1024), 'float16', poly_sch=poly_sch)
    test_ms_reciprocal((1, 1024), 'float32', poly_sch=poly_sch)
Esempio n. 2
0
def test_reciprocal():
    test_ms_reciprocal((1, 1024), 'float16', poly_sch=True)
    test_ms_reciprocal((1, 1024), 'float32', poly_sch=True)
    return True