• Razvan Pascanu's avatar
    made the code to use generic input/output list · c8fc0905
    Razvan Pascanu 提交于
    Before I used to have the different types of inputs/outputs seperated into
    lists inside the scan op. I've made a more generic approach, where there is
    a simple list of all inputs/outputs for scan.
    c8fc0905
scan_op.py 7.1 KB