Commit Graph

5497 Commits (a061a85eafa4d50f8d8e4e8b2e08bc75005f82f1)

Author SHA1 Message Date
wanghaox c645d065fe add a space + *
7 years ago
guosheng 3e7fff4188 Fix calculations in gru_unit_op
7 years ago
caoying03 dffa8fabb2 add softsign activation.
7 years ago
wangmeng28 5392a503a7 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 d5a6c81dc5 Update docs for factorization machine layer
7 years ago
wanghaox 794117bb93 fix some comments
7 years ago
wanghaox 2d7a652869 del framework test_maxout_op
7 years ago
wanghaox 25d76bc7e1 modify for add a space in maxout op
7 years ago
wanghaox 4c113cc776 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Cao Ying c6ec26df3a
Merge pull request #5736 from lcy-seso/l2_distance
7 years ago
wanghaox 63f8c5fe58 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox 5802880bbc update maxoutop for code review 3
7 years ago
Qiao Longfei 569f7c4773
enforce shape of backward target to be {1} (#5745)
7 years ago
Abhinav Arora 6cfcf6245a
Adding logical operators for beam search and control flow (#5708)
7 years ago
chengduoZH 5238c9fb0b input type should be different
7 years ago
wanghaox 360354670c fix some codes
7 years ago
chengduoZH 3bd3cc0c85 add double type for kernel
7 years ago
chengduoZH dec61ab6df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
wangmeng28 5ee63bb67c Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
peterzhang2029 9580c45077 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
chengduo 0f83674c7d
Merge pull request #5603 from chengduoZH/Add_conv3d_transpose_cudnn_op
7 years ago
caoying03 29fc94b265 Merge branch 'develop' into l2_distance
7 years ago
Guo Sheng 7a57b3b788
Merge pull request #5623 from guoshengCS/fix-H0-GRUOp
7 years ago
ranqiu92 093c526d43
Merge pull request #5724 from ranqiu92/dot_product
7 years ago
caoying03 4772b78ced add config_helper.
7 years ago
Tao Luo 56f28a0f65
Merge pull request #5732 from tensor-tang/rename
7 years ago
Tao Luo 1f00a70bb9
Merge pull request #5721 from tensor-tang/omp
7 years ago
chengduoZH c359e39b59 add double type kernel
7 years ago
Tao Luo 9b56074083
Merge pull request #5705 from tensor-tang/mkldnn_concat
7 years ago
ranqiu 2e1cd3313d Update dot_prod_layer
7 years ago
tensor-tang f5df46e1a4 rename all Mkldnn to MKLDNN
7 years ago
Tao Luo ba86885456
Merge pull request #5345 from luotao1/ProtoDataProvider
7 years ago
chengduoZH 0bc2f41da9 remove conflict
7 years ago
tensor-tang 40450401a6 change macro, can use omp when paddle use mklml
7 years ago
Tao Luo 3375e3e27b
Merge pull request #5714 from tensor-tang/refine
7 years ago
caoying03 dfc5d1f19a add the l2 distance layer.
7 years ago
guosheng aa83e19e24 Remove lstm_op including in gru_op
7 years ago
ranqiu aa2507187e add dot_prod_layer
7 years ago
Luo Tao e01b09410d remove test_CompareTwoOpts
7 years ago
Luo Tao c1931468e4 Merge branch 'develop' into ProtoDataProvider
7 years ago
chengduo 06d155b539
Merge pull request #5718 from chengduoZH/Add_pad_and_stride_for_conv_transpose_op
7 years ago
tensor-tang cece368d6f Merge remote-tracking branch 'upstream/develop' into refine
7 years ago
tensor-tang 00a51557ee
Merge pull request #5717 from Yancey1989/fix_framework_proto_error
7 years ago
Tao Luo ba9f252945
Merge pull request #5715 from tensor-tang/check
7 years ago
chengduoZH eb07047699 add padding
7 years ago
Yancey1989 d13c3a98ce fix no framework proto file
7 years ago
tensor-tang 23a674c98a switch the flag
7 years ago
Yiqun Liu c808fbbfcb
Support the build for multiple architectures at one cmake command (iOS). (#5677)
7 years ago
tensor-tang defd7ec641 mkldnn only need one trainer
7 years ago
tensor-tang 363f690d79 expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
peterzhang2029 27d7b2cbb4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
guosheng afd1f36186 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp-dev
7 years ago
hedaoyuan bf712b5cef
Merge pull request #5711 from hedaoyuan/inference
7 years ago
wangmeng28 571ef90ce2 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 09f4f92579 Add unitest for factorization machine layer with sparse input
7 years ago
Yan Chunwei 186581d2cc
add is empty op (#5639)
7 years ago
wanghaox a0b7a07eb6 fix some comments
7 years ago
hedaoyuan b34f21bdf7 The pool_limit_size need be zero in mobile inference.
7 years ago
peterzhang2029 ac46018108 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
wangmeng28 0b6afb589c Fix typo in factorization machine layer
7 years ago
qingqing01 9cf6036533
Merge pull request #5707 from qingqing01/cos_sim_op
7 years ago
peterzhang2029 55c2c73f3c
Merge pull request #5703 from qingqing01/op_debug
7 years ago
Yang Yang(Tony) 18f0c40a97 feature/while_grad_op (#5554)
7 years ago
wanghaox 49a594217b fix some typos
7 years ago
peterzhang2029 8a49f7f16b add epsilon in bn
7 years ago
dangqingqing 24819df055 Fix cos_sim_op in debug mode.
7 years ago
qingqing01 01fa4cc73d
Remove the unused code.
7 years ago
tensor-tang 88feb517d4 Merge remote-tracking branch 'upstream/develop' into mkldnn_concat
7 years ago
tensor-tang 19c989ac15 fix error and pass unit test
7 years ago
wangmeng28 d6e35ecdd5 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 7a1a586355 Update variable names and docs for factorization machine layer
7 years ago
dangqingqing 0321e1f861 Fix bilinear_tensor_product_op in debug mode.
7 years ago
tensor-tang 40a486d865 add mkldnn_concat unit test
7 years ago
chengduoZH 7e91da41e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
wanghaox 352c5a9683 update some code
7 years ago
wanghaox 7bb26805e5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
wanghaox 1d95173cfe change offset and length's rank to 2, dim[0] for batch size
7 years ago
hedaoyuan 08bc08d64e
Merge pull request #5679 from hedaoyuan/inference
7 years ago
Tao Luo 6cf7f1e4b9
Merge pull request #5671 from tensor-tang/autocpu
7 years ago
tensor-tang c66b5ce2c1 add mkldnn concat layer
7 years ago
wanghaox 40a6c4882d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
dzhwinter 0ed5a5513f
"update doc" (#5682)
7 years ago
tensor-tang 9acfba82a3 add input index choice for mkldnn_concat
7 years ago
chengduo dc78f3ca7d
Merge pull request #5558 from mkliegl/conv_shift_fix_camel_case
7 years ago
tensor-tang 6337007ef5 add echo the result as comment
7 years ago
guosheng 75426e013a Refine GRU Operator
7 years ago
qingqing01 57bbee650d
Merge branch 'develop' into cmake_speed
7 years ago
QI JUN d7bf372d26
support adagrad sparse update (#5272)
7 years ago
wanghaox 0968c7cd6b Update code and fix conflicts.
7 years ago
Markus Kliegl d0b601c4a8 address PR feedback
7 years ago
Markus Kliegl 42dd5da0fd conv shift: fix return before syncthreads
7 years ago
Markus Kliegl 3dc8834209 conv shift op: change to CamelCase
7 years ago
dzhwinter e97b89873a
"fix accuracy kernel bug" (#5673)
7 years ago
wanghaoshuang 668dc53fcc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nce_op
7 years ago
wanghaoshuang 09d32b068c Add unitest and comments.
7 years ago
hedaoyuan 6303d3ba3e Fix crashes due to multiple calls to paddle_init
7 years ago
chengduoZH f91422ecc4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
chengduoZH 31dc0193c9 fix ContextProjectFunctor parameter order
7 years ago
Luo Tao 212f6eae77 modify the test config for test_CompareTwoNets.cpp
7 years ago
Yan Chunwei 09866fb75f
feature/beam search op (#5052)
7 years ago
chengduoZH 7c2fd61869 fix data layout
7 years ago
tensor-tang a6f5f6efb6 at least set threads number as 1, in case trainers number is larger than processors
7 years ago
wanghaox 4c426f191b update sequence_slice_op.h, change some code
7 years ago
tensor-tang 4fbba65626 auto set cpu env when mkldnn or mklml enabled for V1 API
7 years ago
wanghaox 3ef776ef28 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox 8d9babf204 maxout code review 2nd
7 years ago
chengduoZH 74912c7d4e fix data layout
7 years ago
Luo Tao 3654e1e00f Merge branch 'develop' into ProtoDataProvider
7 years ago
dzhwinter 7c3ec22081
"fix gpu related op registered" (#5647)
7 years ago
chengduoZH e825a49259 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
Yiqun Liu 9f28925629
Fix bug in MergeModel.cpp. (#5605)
7 years ago
Yiqun Liu d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. (#5660)
7 years ago
chengduoZH c5330fa772 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_transpose_cudnn_op
7 years ago
chengduoZH e25bfc7508 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
武毅 313f84542b
Merge pull request #5430 from typhoonzero/enable_manylinux
7 years ago
chengduoZH 356d695404 follow comments
7 years ago
QI JUN 5f9f990e62 fix gitignore (#5657)
7 years ago
Luo Tao b7cb9561b0 Merge branch 'develop' into ProtoDataProvider
7 years ago
dangqingqing d9a305cb93 Update code and fix conflicts
7 years ago
helinwang d1d21004dd
Merge pull request #5331 from dzhwinter/feature/evaluator
7 years ago
Dong Zhihong 2f33f74a35 Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
Dong Zhihong 60232d812c Merge remote-tracking branch 'origin/develop' into fix/reduce_op
7 years ago
Abhinav Arora c3a61349e4
Adding greater than and less than equal ops to compare op (#5609)
7 years ago
hedaoyuan 562599ecf0
Merge pull request #5252 from hedaoyuan/inference
7 years ago
chengduo feaf1e2db5
Merge pull request #5608 from chengduoZH/fix_pooling_function_parameter_order
7 years ago
Luo Tao cd6d69a95f modify the test config for test_CompareSparse.cpp
7 years ago
Zhaolong Xing d7319c2220
Merge pull request #5165 from NHZlX/add_dilation
7 years ago
Zhaolong Xing 3e6f768409
Merge pull request #4891 from NHZlX/poolmaxpool_with_mask
7 years ago
hedaoyuan 4854a42b2c Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
wanghaox 9a18e78e69 update sequence slice op, fix some error
7 years ago
wanghaox 29c25828b0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
wanghaox f319fb1ce1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox f57cd1e0f9 del a err comments
7 years ago
xzl f3818bd335 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
xzl fbd8a3307c regenerate the proto for support the dilation
7 years ago
dangqingqing 2673657684 Move RowwiseAdd functor to math_funcion and Add ColwiseSum functor.
7 years ago
Luo Tao 9524c7ab5a Merge branch 'develop' into ProtoDataProvider
7 years ago
hedaoyuan 9360835943 Fix UND AgentLayer.
7 years ago
Dong Zhihong 12858baa6c "relauch ci"
7 years ago
Qiao Longfei 7345de3ad1
Beam search decode op python (#5631)
7 years ago
Dong Zhihong fc117ecfa6 Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
emailweixu 85b839f0f1 Fix l1_norm_op and squared_l2_norm_op for debug mode (#5560)
7 years ago
wangmeng28 e5135e8b4f Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 3ff683f96c Merge branch 'add_rowScale_for_CpuSparseMatrix' into factorization_machine_layer
7 years ago
wanghaox 99544961d9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Qiao Longfei b6c262e12f
fix lod_tensor_array (#5625)
7 years ago
wanghaox 494edc6c07 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox bd773b9c84 modify for maxoutop code review
7 years ago
xzl 469b3ad589 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
Yibing Liu 2f3d1c345f
Merge pull request #4747 from kuke/seq_reshape_op_dev
7 years ago
wanghaox 8e7c8bb5c6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
Yu Yang 488320a703 Conditional Block Forward (#5530)
7 years ago
guosheng 2bed961211 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp
7 years ago
guosheng b103072dc8 Fix data order of H0 in GRU Operator
7 years ago
Yibing Liu 6772dfa0bd Merge branch 'develop' of upstream into seq_reshape_op_dev
7 years ago
wanghaox b24afd819a update the sub_sequence_op to sequence_slice_op code.
7 years ago
xzl e19b931af9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl 0b9c4cd7e5 fix comments
7 years ago
wanghaox f23d6cc4c8 update the sub_sequence_op tp sequence_slice_op code.
7 years ago
QI JUN f07a226a4f
add split and merge lod tensor operator (#5537)
7 years ago
Yu Yang 7c1755d93f
Assign Operator. (#5531)
7 years ago
dangqingqing 48947b5133 update code and fix conflicts.
7 years ago
Cao Ying e9695f4975
Merge pull request #5014 from peterzhang2029/bi_tensor_prod_op
7 years ago
emailweixu 05c0908492
Merge pull request #5555 from emailweixu/fix_sequence_pool
7 years ago
xuwei06 983502d2e9 Fix sequence_pool_op in debug mode
7 years ago
xuwei06 6a6e4d8d0f Fix matmal_op for debug mode
7 years ago
dangqingqing e9082bb78e Resume unit testing.
7 years ago
chengduoZH 2160497786 fix pooling functor parameter order
7 years ago
wanghaox ab9c71d963 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
dangqingqing 884ce5d5a2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_speed
7 years ago
peterzhang2029 c5d7107767 refine var name
7 years ago
chengduoZH 6fb4bb8efe add conv3d_trans_cudnn_op unit test
7 years ago
wangmeng28 f7941dbb74 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
chengduoZH ec1e2fc938 add cudnn_pool3d unit test
7 years ago
peterzhang2029 0a6262d550 fix warning
7 years ago
chengduoZH 3a507b44bd add conv3d_trans_cudnn_op
7 years ago
xzl 5aa3e768cd fix bug with default parameter
7 years ago
chengduoZH 7ba3d1e4bd add cudnn_pool3d_op
7 years ago
chengduoZH a93a59ec7d add cudnn 3d unit test
7 years ago
Tao Luo 3971586149
Merge pull request #5600 from luotao1/warning
7 years ago
Qiao Longfei a4106278e9
BeamSearchDecodeOp (#5498)
7 years ago
Yibing Liu c6275eca3a trigger ci for lod_reset_op
7 years ago
Yibing Liu 9bc71087b6 bug fix in lod_reset_op: cast int to size_t in LoD
7 years ago
Luo Tao a0ea0d68c2 Merge branch 'develop' into ProtoDataProvider
7 years ago
Luo Tao 5eb2f7a550 fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
7 years ago
xzl 471573efe4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
Tao Luo e602c707f8
Merge pull request #5582 from tensor-tang/refine
7 years ago
peterzhang2029 665eb015d7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
dangqingqing 91d4fc6941 Fix compling for softmax_with_cross_entropy_op.
7 years ago
peterzhang2029 ab41648ca7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
Yang Yu 174050277a Fix GPU Compile on Linux
7 years ago
peterzhang2029 5f99ae908b refine notation in bilinear_tensor_product_op.h
7 years ago
xzl 69147daae2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
tensor-tang 2826ccbbd3 remove unused code and fix typo
7 years ago
Tao Luo 1c31bb9459
Merge pull request #5543 from tensor-tang/ds2
7 years ago
xzl b29cbd49df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
dangqingqing 5f21709938 Fix bug.
7 years ago
wanghaox 4748073dc6 paddle/operators/math/CMakeLists.txt maybe del sequence_pooling and add it
7 years ago
wanghaox fef617ae07 for resolve conflicts
7 years ago
wanghaox 784fd82345 resolve conflicts
7 years ago
dangqingqing 524ccba4fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_speed
7 years ago
dangqingqing f5e367655e Use G++ to compile some cu operators.
7 years ago
wanghaox 058bdd345d this for maxout op new add
7 years ago
wanghaox 4a428c8fbb this for maxout op new add
7 years ago
dzhwinter 23b9bc0a6f
"fix ci failed" (#5567)
7 years ago
Dong Zhihong e0ef42ab32 "fix ci"
7 years ago
Dong Zhihong 8483578417 fix shape bug
7 years ago
xzl 4ebb05cad2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
qingqing01 561d6340a4
Merge pull request #4061 from pkuyym/fix-4029
7 years ago
xzl 9e894f6b0a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
emailweixu 58b4c9af34 Fixing duplicate struct name TensorSetConstant. (#5532)
7 years ago
Yu Yang edb22c2f0c Add Scope::Rename (#5534)
7 years ago
emailweixu 2378679a9e Fix a dead lock bug for dyload/nccl.h when nccl lib cannot be loaded (#5533)
7 years ago
yangyaming d7e7a1d7a5 Add using case.
7 years ago
guosheng 7829034da4 Refine ROIPoolLayer by following comments
7 years ago
chengduoZH 7d73b8fc8e fix unit test (conv3d)
7 years ago
guosheng 1ffdecf1ac Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling-dev
7 years ago
xzl 2ef1867502 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl ba2e5de662 pull develop and fix conflict
7 years ago
tensor-tang e1b8f5fbff add resize of MKLDNNMatrix
7 years ago
Yancey e5d810b9a0
Fix seq concat op with refactoring LoD (#5486)
7 years ago
xzl a54565ea01 delete mask pool interface from poolprojection
7 years ago
xzl 8106f414f7 add the max pool with mask layer
7 years ago
yangyaming d04c8538a9 Refine .cc and .h, more unit test more readable.
7 years ago
武毅 f5dca05c71
Merge pull request #5519 from QingshuChen/develop
7 years ago
chengduoZH 271fc9c119 Add dilation for vol2col
7 years ago
yangyaming 3c84ebec62 IndicateDataType --> GetKernelType
7 years ago
Yang Yang(Tony) 40367d18d4 feature/while_op (#5502)
7 years ago
Qingshu Chen 23efaa748a add example to use paddle_matrix_set_value/paddle_matrix_get_value for
7 years ago
qingqing01 3d6ca6ade5
Merge pull request #5484 from qingqing01/cmake_speed
7 years ago
qingqing01 aa340671d2
Merge pull request #5016 from guoshengCS/add-ChunkEvalOp
7 years ago
hedaoyuan cad7bd13d2 Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
Qingshu Chen df1de44ee6 add ctest for the paddle_matrix_get_value/paddle_matrix_set_value API
7 years ago
chengduoZH 93551bd232 refine unit test (Add dilation)
7 years ago
Dong Zhihong 46c61b35f7 "add elementwise op support"
7 years ago
Yu Yang 133f890346
Merge pull request #5499 from reyoung/feature/increase_cpu
7 years ago
Siddharth Goyal 2e355f032e
Fix attribute naming for momentum_op (#5453)
7 years ago
Dong Zhihong b8f557f283 "add elementwise_add more type"
7 years ago
Yu Yang c88f98cf9e
Merge pull request #5501 from reyoung/feature/lod_array_length
7 years ago
Yu Yang ef84ff8657
Merge branch 'develop' into feature/increase_cpu
7 years ago
Tao Luo 03fa1edc20
Merge pull request #5512 from luotao1/intel
7 years ago
xionglei 12fc18c22f add API for copying data from/to paddle matrix
7 years ago
tensor-tang 0f6a7a6511 fix typo
7 years ago
dangqingqing cceed08119 remove header file paddle/framework/eigen.h
7 years ago
dangqingqing 3fa3f5e799 Update code and resolve conflicts.
7 years ago
dangqingqing 8bf37994bd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
7 years ago
dangqingqing d60fe75ac3 follow comments.
7 years ago
wanghaox 23b0388f46 add sub sequence operator code and unittest
7 years ago
Luo Tao 7835d49384 remove PADDLE_USE_MKL
7 years ago
peterzhang2029 5cf8204171 refine docString
7 years ago