1. 21 12月, 2016 5 次提交
    • notoraptor's avatar
      Replace integer_dtypes with discrete_dtypes · 3cfa8d97
      notoraptor 提交于
      in a `grad()` function.
      3cfa8d97
    • notoraptor's avatar
      Small correction (typo, again). · 1d3f1df6
      notoraptor 提交于
      1d3f1df6
    • notoraptor's avatar
      Flake8 correction. · 944f3a36
      notoraptor 提交于
      944f3a36
    • notoraptor's avatar
      small correction. · de87e576
      notoraptor 提交于
      de87e576
    • notoraptor's avatar
      Update checking of integer types. · ba0a5e10
      notoraptor 提交于
      This fixes issue #5274.
      For integer types, any string-based type-checking is replaced with a list-based type-checking using the type lists provided in `theano.tensor` (int_dtypes, uint_dtypes, integer_dtypes, etc.).
      
      NB:
      * Module `theano.sparse` have its own type lists, so they are used in this module instead of `theano.tensor` lists.
      * I have tried to check the types with `discrete_dtypes` where it seems relevant (e.g. in `grad()` functions), but further analyzes may be required. That is the type list to use to fix issue #5274.
      ba0a5e10
  2. 20 12月, 2016 4 次提交
  3. 19 12月, 2016 1 次提交
  4. 16 12月, 2016 6 次提交
  5. 15 12月, 2016 3 次提交
  6. 14 12月, 2016 1 次提交
  7. 13 12月, 2016 5 次提交
  8. 11 12月, 2016 1 次提交
  9. 10 12月, 2016 5 次提交
  10. 08 12月, 2016 5 次提交
  11. 06 12月, 2016 1 次提交
  12. 03 12月, 2016 3 次提交