1. 18 11月, 2018 1 次提交
  2. 17 11月, 2018 1 次提交
  3. 16 11月, 2018 4 次提交
    • J
      Squashing MKL based softmax for inference · 513bb6c1
      Jacek Czaja 提交于
      test=develop
      
      - Added profiling to softmax functors
      
      - MKL based softmax inference op
      
      - Fix to softmax compuation via MKL
      
      - cleaning
      
      - Cosmetic fixes to softmax MKL
      
      - Fix to ON_INFER lack of propagation
      513bb6c1
    • W
      Make nce support more distribution. (#13549) · 17226782
      whs 提交于
      * Fix truncated normal.
      
      * Fix.
      
      * Make nce support more distribution.
      
      * Fix API.spec.
      
      * Fix python API.
      
      * Fix.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix sampler.
      
      * Fix order of arguments in python API.
      test=develop
      17226782
    • W
      Add cudnn ctc loss (#12366) · b32c13dc
      Wu Yi 提交于
      * add cudnn ctc loss
      
      * wip add test test=develop
      
      * wip
      
      * wip
      
      * done test=develop
      
      * move include cudnn test=develop
      
      * test test=develop
      
      * fix build test=develop
      
      * fix build test=develop
      
      * fix build on cudnn5 test=develop
      
      * fix cudnn5 build test=develop
      
      * fix cudnn5 build test=develop
      
      * merge develop softmax functor change test=develop
      b32c13dc
    • T
      fix lrn on mac (#14426) · 64f7516a
      tensor-tang 提交于
      * rename and fix blas vsqr
      
      test=develop
      
      * update
      64f7516a
  4. 15 11月, 2018 6 次提交
    • M
      Polish code · 560b29cc
      minqiyang 提交于
      test=develop
      560b29cc
    • M
      Polish code · 21d6e8e8
      minqiyang 提交于
      test=develop
      21d6e8e8
    • M
      Fix expand grad op infer shape · 50b6e4c6
      minqiyang 提交于
      test=develop
      50b6e4c6
    • 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
  5. 14 11月, 2018 7 次提交
  6. 13 11月, 2018 8 次提交
  7. 12 11月, 2018 3 次提交
  8. 09 11月, 2018 9 次提交
  9. 08 11月, 2018 1 次提交