- 26 4月, 2011 5 次提交
-
-
由 Razvan Pascanu 提交于
calls the linker directly).
-
由 Razvan Pascanu 提交于
inner function, without creating a special type of function. This reduced understanding complexity, but also reduced a potential source of bugs ( when unpickling, or having alias outputs). I also added a new test for the bug Arnaud discovered, which this fix also adresses in a more broad way.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
code that used to set mutable to true will issue a warning without this fix, because you can not have mutable True and borrow False (default value). Getting that warning when you only set mutable but not borrow seems very annoying and unneccessary.
-
由 Razvan Pascanu 提交于
gonna get used but why not)
-
- 25 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
sync with In.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 24 4月, 2011 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 23 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
inserting view_op, a inplace version of deep_copy_op).
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
-
- 22 4月, 2011 16 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
gets the same output multiple time.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Ideally, we should replicate lots of things that are in TensorType.values_eq_approx. See #664.
-
由 Razvan Pascanu 提交于
fixed bug reported by Olivier, by having a typo in the name of the variable when raising an exception ..
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 21 4月, 2011 8 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Simon Lemieux 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
throws an exception or silently returns a bunch of 0s)
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 20 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
dictionary and from time to time tried to sync the two. As Josh pointed out, this was confusing, so I changed the code to use only self. I left the usage of the info dictionary to construct the op and in __eq__ and __hash__ because at those points I don't care about the individual terms in the dictionary and it would make the code considerably bigger to spell out all keys in the info dictionary.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-