1. 15 6月, 2018 1 次提交
    • K
      Modify Pybind LoDTensor API according to length-based LoD (#11106) · 417fcf4f
      Kexin Zhao 提交于
      * add lod_tensor util and modify pybind
      
      * refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
      
      * fix test error
      
      * fix detection map op test
      
      * fix reorder_lod_tensor test
      
      * fix seq_concat_op
      
      * fix chunk evel op test
      
      * fix target assign op
      
      * fix warp ctc op
      
      * address comments step 1: reverse reset_lod op
      
      * step 2: modify op test
      
      * add warning message
      
      * remove has_valid_lod
      
      * add back has_valid_lod
      
      * address comments
      
      * add exception catching trial
      417fcf4f
  2. 29 5月, 2018 1 次提交
  3. 04 4月, 2018 2 次提交
  4. 31 3月, 2018 1 次提交
    • Y
      Add cpplint pre-commit hook (#9511) · 767f453a
      Yi Wang 提交于
      * Add cpplint_pre_commit.hook
      
      * Update hook
      
      * Disable dropout_op_test.cc
      
      * Remove cpplint.py but requires users to install their version
      
      * fix cpplint error
      767f453a