1. 17 Mar, 2020 2 commits
  2. 16 Mar, 2020 2 commits
  3. 13 Mar, 2020 2 commits
  4. 12 Mar, 2020 1 commit
  5. 11 Mar, 2020 2 commits
  6. 10 Mar, 2020 2 commits
  7. 09 Mar, 2020 4 commits
  8. 08 Mar, 2020 1 commit
  9. 07 Mar, 2020 2 commits
  10. 05 Mar, 2020 1 commit
  11. 04 Mar, 2020 9 commits
  12. 03 Mar, 2020 8 commits
  13. 02 Mar, 2020 4 commits
    • Scott Cyphers's avatar
      Merge pull request #4288 from NervanaSystems/cloudhan_fix-mkldnn_v1 · ed30c615
      Scott Cyphers authored
      add missing space, otherwise "error: corrupt patch at line 12"
      ed30c615
    • Scott Cyphers's avatar
      205ff94a
    • Tomasz Socha's avatar
      Add attribute visitor for ops E-L (#4346) · 61b4e6f9
      Tomasz Socha authored
      * Add new attribute adapters for vector<float> and vector<string> types
      
      * Add attribute visitor to LSTMSequence op
      
      * Add attribute visitor to LSTMCell op
      
      * Add attribute visitor to LRN op
      
      * Add attribute visitor to LogicalNot op
      
      * Add attribute visitor to Log op
      
      * Add attribute visitor to HardSigmoid op
      
      * Add attribute visitor to GRN op
      
      * Add attribute visitor to GroupConvolutionBackpropData op
      
      * Add attribute visitor to GroupConvolution op
      
      * Add attribute visitor to GatherTree op
      
      * Add attribute visitor to Gather op
      
      * Add attribute visitor to Floor op
      
      * Add attribute visitor to FakeQuantize op
      
      * Add attribute visitor to Exp op
      
      * Add attribute visitor to Erf op
      
      * Add attribute visitor to Elu op
      
      * Add test for LRN, LSTMSewuence and LSTMCell
      
      * Add test for Elu
      
      * Add test for FakeQuantize
      
      * Revert user_op test missed
      
      * Add test for GRN
      
      * Fix for CoordinateDiff
      
      * Add tests for GroupConvolution and GroupCinvolutionBackpropData
      
      * Tests alphabetical reorder
      Co-authored-by: 's avatarKatarzyna Mitrus <katarzyna.mitrus@intel.com>
      61b4e6f9
    • Scott Cyphers's avatar
      4973b763