• James Bergstra's avatar
    added scalar.identity to local_useless_elemwise · a175ebf2
    James Bergstra 提交于
    I am not sure why this is necessary now.  One guess is that the canonicalizer or
    something else has been modified to put in identity(), and now it is more
    obvious that we need an optimization to take it out again.  I'm hoping that this
    improves the slowdown recently observed in convolutional net benchmark.
    a175ebf2
opt.py 132.2 KB