1. 13 11月, 2017 4 次提交
    • 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
    • L
      fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp · 5eb2f7a5
      Luo Tao 提交于
      5eb2f7a5
    • Y
      Fix GPU Compile on Linux · 17405027
      Yang Yu 提交于
      17405027
    • T
      remove unused code and fix typo · 2826ccbb
      tensor-tang 提交于
      2826ccbb
  2. 11 11月, 2017 4 次提交
  3. 10 11月, 2017 10 次提交
  4. 09 11月, 2017 15 次提交
  5. 08 11月, 2017 7 次提交