1. 27 2月, 2019 2 次提交
  2. 26 12月, 2018 1 次提交
  3. 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
  4. 31 10月, 2018 1 次提交
  5. 21 10月, 2018 4 次提交
  6. 05 10月, 2018 1 次提交
  7. 26 9月, 2018 1 次提交
  8. 14 9月, 2018 1 次提交
  9. 11 9月, 2018 1 次提交
  10. 31 8月, 2018 1 次提交
  11. 21 8月, 2018 1 次提交
    • M
      Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias (#12669) · cd32ddac
      Michał Gallus 提交于
      * Fuse Convolution and Eltwise Add into Conv+Bias
      
      * Reduce bias branching at conv_mkldnn_op
      
      * Add MKLDNN build checks for Conv Bias
      
      * Conv-bias: check if bias input exist befor assignment
      
      * Conv-bias: Remove Bias dim check from infershape
      
      It was causing conv3d test to crash upon\ncalling HasInput(Bias)
      cd32ddac
  12. 15 8月, 2018 1 次提交
  13. 14 8月, 2018 1 次提交
    • W
      hide misc APIs (#12540) · 8b77448d
      Wu Yi 提交于
      * hide misc APIs
      
      * update
      
      * fix transformer test
      
      * update API.spec
      8b77448d
  14. 26 7月, 2018 1 次提交
  15. 17 7月, 2018 1 次提交
    • W
      Remove block api (#12107) · db67d60e
      Wu Yi 提交于
      * remove block api
      
      * remove clone_variable
      
      * hide block inner apis
      
      * update
      
      * fix tests
      db67d60e
  16. 05 7月, 2018 1 次提交
  17. 27 6月, 2018 1 次提交
    • P
      bnorm+relu fuse for mkldnn (inference) (#11434) · 9a15c923
      pzelazko-intel 提交于
      * bnorm+relu fuse for mkldnn
      
      * separate fuse_relu function
      
      * bug fix
      
      * proper while range in inference_transpiler
      
      * description fix
      
      * review fix
      
      * review fix
      
      * unit test for fwd batch norm+relu MKLDNN fuse
      9a15c923
  18. 15 6月, 2018 2 次提交
  19. 07 5月, 2018 1 次提交
  20. 04 5月, 2018 1 次提交
    • K
      Add float16 demo code and put float16 work in contrib/float16 folder (#10331) · 7a860694
      Kexin Zhao 提交于
      * add test float16 inference accuracy example
      
      * complete the test
      
      * clean code
      
      * add argument parse and refine tests
      
      * add shell script
      
      * add float16 benchmark code
      
      * refine code
      
      * prepare for contrib/float16
      
      * put things in contrib float16 folder
      
      * update benchmark result
      
      * further update benchmark report
      
      * add float16 inference report
      
      * update report
      7a860694
  21. 27 4月, 2018 1 次提交
  22. 17 4月, 2018 1 次提交
  23. 13 4月, 2018 2 次提交
  24. 11 4月, 2018 1 次提交
  25. 10 4月, 2018 2 次提交
  26. 09 4月, 2018 1 次提交