Exemple #1
0
def fused_pad(poly_sch, fuzz_shape=None):
    test_fused_pad((7, 7, 3, 64), (0, 0, 0, 0), (0, 0, 1, 0),
                   layout='NHWC',
                   pad_value=0.0,
                   poly_sch=poly_sch)
Exemple #2
0
def test_ms_fused_pad():
    test_fused_pad((7, 7, 3, 64), (0, 0, 0, 0), (0, 0, 1, 0),
                   layout='NHWC',
                   pad_value=0.0,
                   poly_sch=True)
    return True