• ricardoV94's avatar
    Avoid backtracking in FusionOptimizer · d26374cd
    ricardoV94 提交于
    The change in number of fused kernels has to do with the order of iteration, and could be replicated in the old approach by iterating in topological order. It was an accident that it happen to visit in an order where it connected two branches, instead of keeping them separate. The underlying limitation already existed and is described in https://github.com/pymc-devs/pytensor/issues/249
    d26374cd
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
test_basic.py 正在载入提交数据...
test_blas.py 正在载入提交数据...
test_blockwise.py 正在载入提交数据...
test_einsum.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_extra_ops.py 正在载入提交数据...
test_linalg.py 正在载入提交数据...
test_math.py 正在载入提交数据...
test_ofg.py 正在载入提交数据...
test_shape.py 正在载入提交数据...
test_special.py 正在载入提交数据...
test_subtensor.py 正在载入提交数据...
test_subtensor_lift.py 正在载入提交数据...
test_uncanonicalize.py 正在载入提交数据...