Commit Graph

292 Commits (0d40a4dbc6f6a8c1b50d65fa096cadd55dae71c4)

Author SHA1 Message Date
wangmeng28 6fed6f2079 Add support of sparse_binary_vector as input for fm layer
7 years ago
wangmeng28 5ee63bb67c Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
hedaoyuan bf712b5cef
Merge pull request #5711 from hedaoyuan/inference
7 years ago
hedaoyuan b34f21bdf7 The pool_limit_size need be zero in mobile inference.
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
hedaoyuan 562599ecf0
Merge pull request #5252 from hedaoyuan/inference
7 years ago
hedaoyuan 4854a42b2c Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
wangmeng28 3ff683f96c Merge branch 'add_rowScale_for_CpuSparseMatrix' into factorization_machine_layer
7 years ago
xzl 0b9c4cd7e5 fix comments
7 years ago
xzl 69147daae2 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
xzl a54565ea01 delete mask pool interface from poolprojection
7 years ago
hedaoyuan cad7bd13d2 Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
Luo Tao 7835d49384 remove PADDLE_USE_MKL
7 years ago
yangyaming cfad83ce89 Add MulValueLayer.
7 years ago
武毅 cdd1da3424
Hack auc for dense vector labels (#5274)
7 years ago
tensor-tang 3eb42bfd6f move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code
7 years ago
hedaoyuan 91d24c5fa9 Bug fix.
7 years ago
hedaoyuan 2368377abf Bug fix.
7 years ago
hedaoyuan 6a14f52d4b Remove SharedCpuMatrix in mobile inference.
7 years ago
hedaoyuan 2d84c6eae8 Remove SparseMatrix in mobile inference.
7 years ago
hedaoyuan a5494fa826 Remove SparseRowMatrix in mobile inference.
7 years ago
tensor-tang aecfeb7257 refine check macro
7 years ago
wangmeng28 477e3eb066 Merge remote-tracking branch 'upstream/develop' into add_rowScale_for_CpuSparseMatrix
7 years ago
Tao Luo b68f2d209a Merge pull request #5049 from tensor-tang/mkldnn_bn
7 years ago
wangmeng28 509ae79a5d Add rowScale for CpuSparseMatrix
7 years ago
typhoonzero a2412ce070 fix sparse update size
7 years ago
tensor-tang 02fdf24115 enable copyFrom of MKLDNNMatrix
7 years ago
tensor-tang 9e38dafa29 change MKLDNNMatrix create interface since MatrixPtr is not always required
7 years ago
tensor-tang c1914543b0 refine mkldnn logic, move reset buffers into MKLDNNLayer
7 years ago
xzl c876dfaa67 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl afa690243e add cuda and cpu pool_forward_with_mask impl
7 years ago
Luo Tao 871a3f6e76 remove unused PADDLE_ONLY_CPU comment
7 years ago
Yi Wang 4558807c48 Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
7 years ago
Yu Yang 84500f9487 Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
7 years ago
dzhwinter 473af1892a Merge pull request #3975 from typhoonzero/fix_row_buffer_free
7 years ago
Yiqun Liu a9202e89cf Merge pull request #3764 from Xreki/build_ios
8 years ago
Tao Luo b5a448f350 Merge pull request #4154 from luotao1/avg_pool
8 years ago
Luo Tao 780e26826d remove unused CHECK in matrix.cpp
8 years ago
Luo Tao 73da97207e fix AvgPoolBackward and using CaffeMode in test_AvgPoolFwdBwd
8 years ago
hedaoyuan d59295f2c9 Merge pull request #4150 from hedaoyuan/mobile
8 years ago
Luo Tao 8067a42bef refine avg-pooling, which is exclusive. refine related code.
8 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
8 years ago
hedaoyuan 9e7da6799b Add a neon::relu.
8 years ago
Liu Yiqun b4d710ce12 Merge branch 'develop' into build_ios
8 years ago
tensor-tang 66fdbd0cee add some comment and simplify some code
8 years ago
tensor-tang ca3db07028 add createReorder and createMemoryDesc in MKLDNNMatrix
8 years ago
tensor-tang d74fe78040 refine MKLDNNMatrix, solid data handle, rename updateData to setData
8 years ago