- 18 4月, 2013 6 次提交
-
-
由 Olivier Delalleau 提交于
removing a bug
-
由 lamblin 提交于
scan_utils.py: Make traversal routines remember visited nodes
-
由 SinaHonari 提交于
Fix check for 0 in values
-
由 lamblin 提交于
Made size argument mandatory in normal(..)
-
由 lamblin 提交于
windows port
-
由 Pascal Lamblin 提交于
-
- 17 4月, 2013 3 次提交
-
-
由 Bogdan Budescu 提交于
-
由 Bogdan Budescu 提交于
dynamic linking to avoid FLS index overrun; "||" instead of "or"
-
由 lamblin 提交于
Fixed import error with some numpy version(s)
-
- 16 4月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
Add matrix_of_scalars function
-
- 15 4月, 2013 1 次提交
-
-
由 Matthew Rocklin 提交于
-
- 14 4月, 2013 5 次提交
-
-
由 Matthew Rocklin 提交于
-
由 Matthew Rocklin 提交于
-
由 Olivier Delalleau 提交于
Having it default to None suggests it is optional, which is not true (it will crash when using None).
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This import seems to be required on some versions of numpy.
-
- 10 4月, 2013 1 次提交
-
-
由 Sina Honari 提交于
-
- 09 4月, 2013 1 次提交
-
-
由 Sina Honari 提交于
-
- 07 4月, 2013 2 次提交
-
-
由 David Warde-Farley 提交于
Update link
-
由 Ben McCann 提交于
-
- 06 4月, 2013 2 次提交
- 05 4月, 2013 2 次提交
- 04 4月, 2013 5 次提交
-
-
由 nouiz 提交于
Set Python exception when C code fails
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Fixed test values with ``ifelse``
-
- 02 4月, 2013 4 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
By using ``__call__`` instead of ``make_node``, test values are properly set.
-
由 Olivier Delalleau 提交于
This makes it possible to obtain the Op's outputs as a list without having to go through ``make_node(..).outputs``.
-
- 31 3月, 2013 3 次提交
-
-
由 nouiz 提交于
REBASED: C code for GPUAdvancedIncSubtensor1.Handles one case to make it faster
-
由 Vivek Kulkarni 提交于
add c_code_cache_version to GpuAdvancedIncSubtensor1 as it now have c_co...
-
由 Frederic 提交于
-
- 30 3月, 2013 1 次提交
-
-
由 Vivek Kulkarni 提交于
-
- 29 3月, 2013 3 次提交
-
-
由 nouiz 提交于
No warning if g++ does not support -march=native
-
由 Pascal Lamblin 提交于
Instead of detecting llvm, we try to use -march=native, which is more general.
-
由 nouiz 提交于
Fix C code of GpuDownsampleFactorMaxGrad.
-