1. 11 5月, 2018 1 次提交
    • J
      - First draft of reusing of softmax mkldnn primitives · 7bf00c3a
      Jacek Czaja 提交于
      - Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a
      context
      
      - Style fixes to softmax mkldnn op
      
      - Fixes after review
      
      - Coding style
      
      - Fix to style
      
      - style fixes
      
      - style fix
      
      - style fixes
      
      - Fix to cody style check
      
      - Rephrasing a comment
      7bf00c3a
  2. 26 4月, 2018 1 次提交
  3. 17 4月, 2018 1 次提交
    • J
      - Added EPS for softmax MKLDNN op · acdf7cbd
      Jacek Czaja 提交于
      - EPS added to softmax mkldnn primitive outcome is limited to training
      phase
      
      Fixes after review
      
      clang format fixes
      
      clang format fixes
      acdf7cbd
  4. 14 4月, 2018 1 次提交
  5. 21 3月, 2018 1 次提交
    • J
      - Softmax MKLDNN primitive integration · 3b95b55f
      Jacek Czaja 提交于
      removed diagnostic
      
      - Added Unit tests for Softmax MKLDNN Forward
      
      Added fix for div by 0 to happen in cross_entropy backward
      
      Conflicts:
      	paddle/fluid/operators/CMakeLists.txt
      
      - Cosmetic fixes to SoftMax MKLDNN fluid operator
      
      Added misssing softmax fluid operator file
      
      Disabled MKLDNN softmax operator by default
      
      Fix to softmax op unittest merge
      
      clang_formater fixes
      
      clang_formatter fixes
      
      - Name changing of softmax mkldnn operator to maintin consistency
        across codebase
      
      - updated comment
      
      fix to comment
      3b95b55f