1. 23 11月, 2018 1 次提交
  2. 22 11月, 2018 4 次提交
    • T
      Utils for download and upload files with HDFS (#14473) · dd6fd4c7
      tangwei12 提交于
      * add hdfs utils
      
      * add hdfs utils
      
      * test=develop
      
      * update hdfs utils and add demo
      
      * fix multi_download return local files
      
      * test=develop
      
      * add sync multi upload, test=develop
      dd6fd4c7
    • D
      Group Norm (#13843) · ae7d2286
      Dun 提交于
      Add group normalization operator.
      ae7d2286
    • W
      Windows/online (#14474) · d9a1f3e5
      wopeizl 提交于
      * add recordio support
      
      * disable the openblas multi-thread on windows since no support
      adjust the python script
      
      * code style
      
      * code style
      test=develop
      
      * add create_recordio_file_reader back
      
      * fix code style
      test=develop
      
      * fix the gtest.cmake on windows
      
      * fix cc_test on windows
      
      * fix the win build
      test=develop
      
      * remove fused compile support on windows
      test=develop
      
      * add the jit support
      test=develop
      
      * add the jit support, test=develop
      
      * add the jit support, test=develop
      
      * add the jit back
      fix compile error on windows
      
      * rollback test=develop
      
      * test case fix
      
      * disable DSO by default on windows
      
      * exclude warpctc_op on windows
      
      * exclude the dynload_warpctc out on windows
      test=develop
      
      * fix the scripts error
      test=develop
      
      * disable avx on windows by default
      test=develop
      
      * re-organize the cmake file
      
      * disable mkl on windows by default
      
      * add warp_ctc back
      
      * fix the dependency
      
      * fix the dependency
      
      * fix the build issue on windows
      
      * remove unsupported flag on windows
      
      * code style
      
      * code style
      test=develop
      
      * fix issue
      
      * add profiler, parallel_executor back
      
      * clean up the pre-definitions on windows
      
      * fix build issue
      
      * test=develop
      d9a1f3e5
    • Y
      fix(Cpu): fix cpu compile and unittest · 533c5d58
      Yu Yang 提交于
      test=develop
      533c5d58
  3. 21 11月, 2018 3 次提交
  4. 20 11月, 2018 3 次提交
  5. 19 11月, 2018 3 次提交
  6. 17 11月, 2018 2 次提交
  7. 16 11月, 2018 11 次提交
  8. 15 11月, 2018 4 次提交
    • 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
    • C
      Add selu (#14415) · 82773477
      chengduo 提交于
      * add selu
      
      * use for range
      test=develop
      
      * add API
      test=develop
      
      * follow comment
      test=develop
      
      * update API.spec
      test=develop
      82773477
    • M
      Fix expand op incorrect infer shape · 30147d7f
      minqiyang 提交于
      test=develop
      30147d7f
    • T
      fix test_save_load with pickle (#14410) · 7a64d48f
      tangwei12 提交于
      * fix test_save_load with pickle
      
      test=develop
      
      * fix test_save_load with pickle
      
      test=develop
      
      * fix test_save_load with pickle
      
      test=develop
      7a64d48f
  9. 14 11月, 2018 2 次提交
  10. 13 11月, 2018 7 次提交