- 31 12月, 2011 8 次提交
-
-
由 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.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Construct an instance of the Scan Op and apply it to inputs
-
由 Razvan Pascanu 提交于
The distinction between different types of inputs/outputs is not really necessary anymore, so in order to simplify the code I just create a single list of all inputs
-
由 Razvan Pascanu 提交于
I keep track of the original shared variables, plus remove the distinction between outer and inner since is not needed anymore.
-
由 Razvan Pascanu 提交于
I do not really use ``states_and_outputs_info`` list anywhere after that point. I will use mintaps however. Normally I would have to feel both lists with the defaul, but since I'm not using the first one anymore, I'll just fill the second one
-
由 Razvan Pascanu 提交于
I will use ``cond`` as ``as_repeatUntil`` because both variables have the same semantics
-
由 Razvan Pascanu 提交于
-
- 30 12月, 2011 2 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 29 12月, 2011 6 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 28 12月, 2011 6 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Note : some of them are copies of the ones in the old scan
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 27 12月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 26 12月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 25 12月, 2011 1 次提交
-
-
由 Razvan Pascanu 提交于
This is a clone of the documentation already existend from the old scan.
-
- 22 12月, 2011 11 次提交
-
-
由 nouiz 提交于
Minor stuff
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Updated NEWS.txt following scan change.
-
由 nouiz 提交于
Fixed some tests
-
由 Frederic 提交于
-
由 nouiz 提交于
Temporary fix to a known bug for scan.
-
由 nouiz 提交于
Added warning about sigmoid identification bug
-
由 Razvan Pascanu 提交于
Fix scan crash in recent change. The code seems fine.,
-
由 Razvan Pascanu 提交于
-