• James Bergstra's avatar
    add_tag_grace_on_call speeds up optimization · 3540ba9e
    James Bergstra 提交于
    Adding tag traces is expensive. This PR disables adding tag traces during the
    optimization process itself, which is anyway not the point of tag traces. This
    saves 10 seconds of compilation on a graph I'm working with that ends up with
    about 240 nodes.
    3540ba9e
function_module.py 53.4 KB