1. 15 11月, 2017 2 次提交
  2. 14 11月, 2017 31 次提交
  3. 13 11月, 2017 7 次提交
    • C
      fix pooling functor parameter order · 21604977
      chengduoZH 提交于
      21604977
    • P
      refine var name · c5d71077
      peterzhang2029 提交于
      c5d71077
    • P
      fix warning · 0a6262d5
      peterzhang2029 提交于
      0a6262d5
    • X
      fix bug with default parameter · 5aa3e768
      xzl 提交于
      5aa3e768
    • T
      Merge pull request #5600 from luotao1/warning · 39715861
      Tao Luo 提交于
      fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
      39715861
    • Q
      BeamSearchDecodeOp (#5498) · a4106278
      Qiao Longfei 提交于
      * init trieconcat_op
      
      * add basic implementation
      
      * add test
      
      * add more test
      
      * update unit test
      
      * add PackAllSteps test
      
      * fix PackAllSteps
      
      * all test passed
      
      * clean code
      
      * remove state inside helper
      
      * rename prob to score
      
      * optimize RemoveFromEnd
      
      * use deconstructor to delete BeamNode recursively
      
      * optimize interface
      
      * add comment to interface
      
      * optimizer data structure
      
      * use template to define the type of score
      
      * use template parameter for BeamHelper
      
      * change father to parent
      
      * rename TrieConcat to BeamSearchOutConcat
      
      * use LoDTensorArray
      
      * rename BeamSearchOutConcat to BeamSearchDecode
      
      * refine code
      
      * remain all candidate sentence in beam_search_decode_op, do not consider endid
      
      * use unique_ptr
      
      * fix compare bug
      
      * fix lod compile problem
      a4106278
    • Y
      trigger ci for lod_reset_op · c6275eca
      Yibing Liu 提交于
      c6275eca