• ricardoV94's avatar
    Fix FusionOptimizer bug · b6a9b68e
    ricardoV94 提交于
    When a subgraph with multiple outputs is "implicitly" claimed, it can change the dependencies of remaining nodes. A node that depended only on a subset of the subgraph outputs now depends on all of them. Not taking this into account could lead to circular dependent Composites
    b6a9b68e
test_elemwise.py 52.7 KB