• Pascal Lamblin's avatar
    Disable debug checks for inner function · 2e290e35
    Pascal Lamblin 提交于
    All the checks will still be applied in the inner function at least once
    on every input value. However, for subsequent calls of the outer
    node on the same input values (for output memory checking), the inner
    function call will be much faster.
    2e290e35
debugmode.py 93.8 KB