- 28 10月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* replace part of the old implementation, test=develop * restore concat op, test=develop * update all ops implemention & delete GetDataTypeOfVar func, test=develop
-
- 08 10月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 30 9月, 2019 1 次提交
-
-
由 Li Fuchen 提交于
* Set lod level of sequence_unpad's output to 1 in compile time
-
- 26 9月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* add lod check for sequence op, test=develop * delete unnecessary check in expend op, test=develop
-
- 25 9月, 2019 1 次提交
-
-
由 Aurelius84 提交于
* Removing last dims constraints of seq_pad and seq_unpad test=develop * fix test_layer api code test=develop * fix sequence_pad_op.cc conflict test=develop * remove test_analyzer_mm_dnn test=develop * fix vectorize bug test=develop * fix vectorize<int> test=develop
-
- 20 9月, 2019 1 次提交
-
-
由 Aurelius84 提交于
* support 2-level lod of input in sequence_pool test=develop * fix lod level bug in .cu test=develop
-
- 05 9月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 30 8月, 2019 1 次提交
-
-
由 Aurelius84 提交于
* add topk_avg_pooling * refine api doc and modify api.spec test=develop
-
- 06 8月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Add the check of lod in sequence_softmax kernel. test=develop * Refine the comments. test=develop
-
- 25 6月, 2019 1 次提交
-
-
由 Hongyu Liu 提交于
* sequnce mask support max length tensor input; test=develop * add rnn_impl.py; test=develop * add basic gru lstm unittest; test=develop * fix api spec; test=develop * fix sequence_mask op bug; test=develop test=document_preview * change +-*x to elmentwise_op; test=develop * add mkl flag; test=develop * fix rnn impl bug; test=develop * update api spec; test=develop * fix doc bug; test=develop * fix lstm bugs; test=develop
-
- 24 6月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Use TensorCopySync for sequence_unpad op test=develop * Fix the tensor memory alloc bug test=develop
-
- 12 6月, 2019 1 次提交
-
-
由 wawltor 提交于
Fix bug in sequence_unpad op, when allocate the output memory do not match actual memory, check memory failed. Fix this bug by allocating the output memeory in correct code position.
-
- 10 6月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Enable seq_pool op to accept len 0 input test=develop * Update sequence_pool's api test=develop * Add more unittest cases for seq_pool op test=develop * Remove legacy comments test=develop * Don't use template in op maker test=develop
-
- 27 5月, 2019 1 次提交
-
-
由 Guo Sheng 提交于
test=develop
-
- 13 5月, 2019 1 次提交
-
-
由 Yihua Xu 提交于
* Optimize the computing kernel of sequence_reverse operator. test=develop * Clean code test=develop * Fix for cpplint syntax checking. test=develop * Fix the compile warning issue. test=develop
-
- 20 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Support seq len equal to 0 in sequence ops test=develop * Add more test cases * Fix some comments test=develop * Fix py3 error test=develop
-
- 17 4月, 2019 1 次提交
-
-
由 Kevin 提交于
* fix overflow by int32 mul test=develop * fix reference nullptr * fix codestyle test=develop * modify to point in ContextProjectFunctor test=develop * modify to point in ContextProjectFunctor test=develop * modify . to -> test=develop
-
- 02 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
test=develop
-
- 19 3月, 2019 1 次提交
-
-
由 zhhsplendid 提交于
test=develop
-
- 18 3月, 2019 2 次提交
-
-
由 tensor-tang 提交于
test=develop
-
由 luotao1 提交于
test=develop
-
- 15 3月, 2019 1 次提交
-
-
由 luotao1 提交于
test=develop
-
- 14 3月, 2019 2 次提交
-
-
由 sneaxiy 提交于
test=develop
-
由 Zeng Jinle 提交于
test=develop
-
- 12 3月, 2019 2 次提交
- 11 3月, 2019 1 次提交
-
-
由 luotao1 提交于
test=develop
-
- 06 3月, 2019 1 次提交
-
-
由 whs 提交于
test=develop
-
- 05 3月, 2019 1 次提交
-
-
由 whs 提交于
test=develop
-
- 04 3月, 2019 1 次提交
-
-
由 luotao1 提交于
test=develop
-
- 27 2月, 2019 1 次提交
-
-
由 luotao1 提交于
test=develop
-
- 26 2月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493) * Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. test=develop * Refine the op benchmark to support setting lod in config. test=develop
-
- 19 2月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* fix warnings test=develop * fix enforce test test=develop
-
- 23 1月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Add check of input in sequence_expand op. test=develop * Correct the unittest of sequence_expand op. test=develop
-
- 26 12月, 2018 1 次提交
-
-
由 tangwei12 提交于
* code style fix, test=develop
-
- 18 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 12 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 11 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
The macro should be defined by compiler rather than by source. test=develop
-
- 03 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 26 11月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-