• Ricardo Vieira's avatar
    Revert regression in DimShuffle C-impl speed · ff5df65f
    Ricardo Vieira 提交于
    Introduced in e593b0ac due to a bug when inputs had zero-strides.
    
    The bug can be fixed just by removing a block that assumed some `full`/`broadcasting` behavior by the operation, but this is not happening with DimShuffle.
    ff5df65f
test_extra_ops.py 43.8 KB