1. 01 Jan, 2020 1 commit
  2. 22 Nov, 2019 1 commit
    • Tomasz Dołbniak's avatar
      [SPEC] HardSigmoid adjustments (#3857) · 28a96f83
      Tomasz Dołbniak authored
      * Construct HardSigmoid with alpha and beta as inputs
      
      * Switch to the new HardSigmoid constructor entirely
      
      * Broadcast with numpy style in hard sigmoid
      
      * Python bindings adjustment to the new constructor
      
      * Different way of creating constants
      
      * Accept scalars instead of 1D vectors for alpha and beta
      
      * Adjust the python tests to the new HardSigmoid constructor
      
      * Use v1 ops in fused HardSigmoid
      
      * Relax the static shape requirement for alpha and beta
      
      * Fix merge
      28a96f83
  3. 15 Nov, 2019 1 commit
  4. 08 Nov, 2019 1 commit
  5. 05 Nov, 2019 1 commit
  6. 31 Oct, 2019 1 commit
    • gaurides's avatar
      CPU implementation of Gelu op (#3787) · 73fff9f4
      gaurides authored
      * Initial implementation
      
      * Fixed Gelu
      
      * Gelu backprop initial implementation
      
      * Add GeluBackprop fusion
      
      * Gelu and gelu backprop fusion test cases
      
      * Prevent decompose_op() for Gelu/GeluBackpropFactor for some type
      
      * Fixes and cleanup
      
      * Enabled backprop fusion
      
      * Fixed some issues
      
      * Mostly cleanup
      
      * Some more cleanup
      
      * File permissions
      
      * Remove unused variable
      
      * Style check
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Incorporate changes related to latest master
      
      * Style check
      
      * Some more PR feedback related changes
      
      * Remove comment
      
      * Check for relative error
      
      * Retrigger CI
      
      * corrected syntax
      73fff9f4
  7. 11 Oct, 2019 1 commit
    • Ewa Tusień's avatar
      [Py] Added operators GroupConvolution and RNNCell to Python API. (#3425) · 8d1e2196
      Ewa Tusień authored
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Code formatting.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * Revert "Merge branch 'master' into etusien/GroupConv_RNNCell"
      
      This reverts commit a1848ea48916b293d5260869b2a52827bea21981, reversing
      changes made to 6a60068abf8e5391bf875ee22573eb1aa388b047.
      
      * [Py] Reverted changes.
      
      * [Py] Changed imports' list
      
      * [Py] Added missed imports.
      
      * [Py] Added operators GroupConvolution and RNNCell to Pythpn API
      
      * [Py] Removed code unrealated to branch.
      
      * [Py] Undo removed test.
      
      * [Py] Added removed decorator.
      
      * [Py] Added ops to documentation's list.
      
      * [Py] Added skipped file.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Reverted changes.
      
      * Revert "Revert "Merge branch 'master' into etusien/GroupConv_RNNCell""
      
      This reverts commit 9c46ce5d289dadc4979e4712c79fff84bb538652.
      
      * [Py] Reverted changes.
      
      * [Py] Code formatting.
      
      * [Py] Code formatting.
      
      * [Py] Added PadType to Group Conv op.
      8d1e2196
  8. 04 Sep, 2019 1 commit
  9. 28 Aug, 2019 1 commit
  10. 15 Aug, 2019 1 commit
  11. 12 Aug, 2019 1 commit
  12. 09 Aug, 2019 1 commit
  13. 08 Aug, 2019 1 commit
  14. 05 Aug, 2019 1 commit
  15. 02 Aug, 2019 2 commits
  16. 01 Aug, 2019 1 commit
  17. 30 Jul, 2019 2 commits
  18. 25 Jul, 2019 1 commit
  19. 24 Jul, 2019 2 commits
  20. 22 Jul, 2019 2 commits
  21. 17 Jul, 2019 1 commit
  22. 19 Jun, 2019 2 commits
  23. 18 Jun, 2019 1 commit
  24. 05 Jun, 2019 2 commits
  25. 01 May, 2019 1 commit
    • Robert Kimball's avatar
      Fix python stuff on Scott's PR (#2843) · bf865efd
      Robert Kimball authored
      * Remove parameter, result, and node vector files and class, use vector
      
      * Fix gcc issues
      
      * style
      
      * Remove python references
      
      * update python files
      
      * fix error
      
      * fix build error
      bf865efd
  26. 05 Apr, 2019 1 commit
    • Adam Procter's avatar
      Change OneHot to accept only integral types (#2689) · 9fea22b2
      Adam Procter authored
      * Change OneHot to accept only non-real types
      
      * Update docstring
      
      * Update Python test
      
      * Add is_integral to element::Type
      
      * Update docs
      
      * Change is_integral to false for boolean
      
      * Revert "Change is_integral to false for boolean"
      
      This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186.
      
      * Revert "Add is_integral to element::Type"
      
      This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca.
      
      * Change is_integral so it is, by definition, !is_real
      9fea22b2
  27. 01 Mar, 2019 1 commit
  28. 11 Feb, 2019 1 commit
  29. 04 Feb, 2019 1 commit
  30. 26 Jan, 2019 1 commit
  31. 17 Jan, 2019 1 commit
    • Adam Procter's avatar
      Retire FunctionCall, Reduce, ReduceWindow, SelectAndScatter (#2223) · 18d0993e
      Adam Procter authored
      * Retire Reduce, ReduceWindow, SelectAndScatter
      
      * Remove lingering AnyAllReplacement code
      
      * Remove apparently-now-unused macro
      
      * Remove lingering op/reduce.hpp includes
      
      * Remove FunctionCall
      
      * Update Python stuff to remove FunctionCall, Reduce
      
      * Add Any/All tests to GPU manifest
      
      * Remove deleted .hpp #include from gpu_compiled_function.cpp
      
      * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing
      
      * Add reduce_function.cpp back into CMakeLists.txt
      
      * Remove #include of deleted reduce.hpp
      
      * Re-remove AnyAllReplacement from GPU passes
      
      * Remove deleted #includes from gpu_internal_function.cpp
      
      * Remove git conflict stuff (whoops)
      
      * Add newline at EOF, per review comment
      
      * Address flake8 complaint about unused import
      18d0993e
  32. 03 Jan, 2019 1 commit
  33. 18 Dec, 2018 1 commit
  34. 07 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Backend API change pre-work (#2064) · e0933553
      Robert Kimball authored
      * change compile call to return Handle
      
      * make CPU require compile() before call()
      
      * fix unit tests to call compile() before call()
      
      * fix failing ops
      
      * update unit test
      
      * revert some changes
      
      * more fixups
      
      * more diff cleanup
      
      * a few more issues addressed
      
      * more fixes
      
      * update API
      
      * more updates
      
      * fix test_ops.py
      
      * fix
      
      * another attempt to fix
      
      * fix unit test
      
      * fix test error
      e0933553