• Ricardo's avatar
    Fix local_useless_SpecifyShape rewrite · 837d9f9a
    Ricardo 提交于
    This rewrite predated partial shape specification in SpecifyShape, and as such ignored possible shape refinement over consecutive SpecifyShapes. It now merges information across consecutive SpecifyShape. Unlike the original, preference is given to the outer SpecifyShape, similar to what local_rebroadcast_lift does.
    837d9f9a
test_basic_opt.py 116.5 KB