1. 25 12月, 2018 1 次提交
  2. 19 12月, 2018 1 次提交
    • T
      MKLDNN residual connection fuse: fixing accuracy problem (#14874) · e9eee0de
      Tomasz Patejko 提交于
      * MKLDNN residual connection fuse: conv op reused
      
      test=develop
      
      * MKLDNN residual connection fuse: added prints for checking fuse
      
      test=develop
      
      * MKLDNN residual connection fuse: add more prints
      
      test=develop
      
      * MKLDNN residual connection fuse: add hash function. test=develop
      
      * MKLDNN residual connection fuse: add hash to elementwise_add
      
      test=develop
      
      * MKLDNN residual connection fuse: add more hashes. test=develop
      
      * MKLDNN residual connection fuse: added hashes to relu
      
      test=develop
      
      * MKLDNN residual connection fuse: do not fuse when fuse_relu is on
      
      * MKLDNN residual connection fuse: check if fuse_relu attribute is set
      
      test=develop
      
      * MKLDNN residual connection fuse: comment out some printouts
      
      * MKLDNN residual connection fuse: remove unused functions in the pass code
      
      * MKLDNN residual connection fuse: delete commented hashes and printouts
      
      * MKLDNN residual connection fuse: remove unnecessary includes. test=develop
      e9eee0de
  3. 18 12月, 2018 1 次提交
    • D
      add ir memory optimize. (#14530) · 7cd24b13
      dzhwinter 提交于
      * follow comments. test=develop
      
      * Fix typo
      
      * fix compile error. test=develop
      
      * merge develop branch. test=develop
      
      * Remove set_equal
      
      * Polish code
      
      * Delete unused functions
      
      test=develop
      
      * polish code. test=develop
      
      * follow comment
      
      * polish code.
      
      * fix windows compile error. test=develop
      
      * fix op handle.
      
      * rerun ci. test=develop
      
      * rerun ci. test=develop
      
      * rerun macci. test=develop
      
      * polish code. test=develop
      
      * rewrite sort code. test=develop
      
      * remove unused code. test=develop
      
      * fix tests. test=develop
      
      * fix conflict. test=develop
      
      * follow comment. test=develop
      
      * merge develop branch. test=develop
      
      * fix tests. test=develop
      
      * remove ToTypeIndex. test=develop
      
      * rerun ci. test=develop
      7cd24b13
  4. 16 12月, 2018 2 次提交
  5. 14 12月, 2018 1 次提交
  6. 10 12月, 2018 1 次提交
  7. 09 12月, 2018 1 次提交
  8. 08 12月, 2018 1 次提交
  9. 07 12月, 2018 3 次提交
  10. 06 12月, 2018 1 次提交
  11. 03 12月, 2018 4 次提交
  12. 29 11月, 2018 2 次提交
  13. 26 11月, 2018 1 次提交
  14. 22 11月, 2018 1 次提交
  15. 20 11月, 2018 1 次提交
  16. 16 11月, 2018 6 次提交
  17. 15 11月, 2018 1 次提交
    • S
      add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278) · 8a1eeec5
      Sylwester Fraczek 提交于
      * add is_test to pooling and activations
      
      add prop_kind support for layers activation. conv and pooling
      
      add a pass that sets is_test to true
      
      add transpiler version of is_test pass
      
      test=develop
      
      * patch test and pass
      
      test=develop
      
      * add pass to analyzer.h
      
      test=develop
      
      * add is_test attr description & pass only on mkldnn
      
      in:
      activation_op.cc
      batch_norm_op.cc
      conv_op.cc
      dropout_op.cc
      lrn_op.cc
      pool_op.cc
      sequence_pool_op.cc
      softmax_op.cc
      
      * fix is_test handling for activation pool and conv
      
      * change description of is_test for all layers again
      
      * remove GetAttr(use_mkldnn) from pass
      
      * rename correct_mkldnn_test_phase to is_test
      
      and remove dependency on MKLDNN
      test=develop
      
      * review fix magic number
      
      * two if(..)s into one
      
      * Check is_test once and pass mkldnn forward prop kind
      
      * dereference shared_ptr with * (without get())
      
      test=develop
      
      * add is_test_pass back
      
      test=develop
      8a1eeec5
  18. 14 11月, 2018 6 次提交
  19. 12 11月, 2018 3 次提交
  20. 09 11月, 2018 2 次提交