Commit Graph

231 Commits (d7c8bdc83edf8aaf8aae2fee1eb904bdc0196ffc)

Author SHA1 Message Date
hedaoyuan 5df384d67f Remove NeonDepthwiseConv.h
9 years ago
hedaoyuan 3a75b4b70c Fix CMakeLists.text
9 years ago
hedaoyuan 227fdfb65d Refine NeonDepthwiseConvFunction.
9 years ago
hedaoyuan f00c4112d2 Neon depthwise conv with filterSize = 4 and stride = 2.
9 years ago
hedaoyuan 6dcff9a444 Neon depthwise conv with filterSize = 3 and stride = 2.
9 years ago
hedaoyuan b7885b087b Add DepthwiseConvKernel for filter size is 4.
9 years ago
hedaoyuan 0dffe68ca9 Add NeonDepthwiseConvFunction.
9 years ago
guosheng 117ce4cbc1 Change class to struct in GemmFunctor to avoid errors on special compilers
9 years ago
hedaoyuan 430e0e418b Follow comments.
9 years ago
hedaoyuan 6ba04dcd11 Remove the header files that do not need to be included.
9 years ago
hedaoyuan adcca2cc06 Add PADDLE_USE_EIGEN_FOR_BLAS macro.
9 years ago
hedaoyuan ec2ba24206 Fix GemmConvFunction.
9 years ago
hedaoyuan 53b0e42709 Add EigenGemm.
9 years ago
hedaoyuan da616a6f2f Fix some bugs.
9 years ago
hedaoyuan 370dcf7654 Add a todo in the nnpack function, when groups > 1 and batchSize > 1.
9 years ago
hedaoyuan f4bb60ae37 Refine NNPACKConvOpTest.
9 years ago
hedaoyuan 1d74d16cca Remove the useless code.
9 years ago
hedaoyuan 03799bdbfe Refine the unit test of convolution function.
9 years ago
Yi Wang 6c66044ce0 Fix more warnings about comparison between signed and unsigned values
9 years ago
Yi Wang 4480115681 Fix some build warnings
9 years ago
qingqing01 455ad5b5b2 Merge pull request #3141 from hedaoyuan/nnpack
9 years ago
Yi Wang fe04175ed3 Fix comparison between signed and unsigned values
9 years ago
gangliao 75185d821a Merge pull request #3228 from gangliao/clang-format
9 years ago
hedaoyuan d18a9f1f37 Simplify BlockExpandOpTest.
9 years ago
hedaoyuan 7b55a0cf14 Simplify CrossMapNormalOpTest.
9 years ago
liaogang 1d4fa2433c ClangFormat for proto and cuda
9 years ago
xzl fa10677aed modify skipIm2col to need2col, delete useless variable colBuffer
9 years ago
xzl 5229df52a5 ignore im2col if not necessary in conv 1 * 1
9 years ago
hedaoyuan 953f8ddf05 Support groups in NNPACKFunction.
9 years ago
hedaoyuan ff8262e283 Merge branch 'develop' into ImageExpandFunction
9 years ago
xzl 6c528cbc2a add check: CHECK_EQ(outputs[0].getArgType(), ADD_TO)
9 years ago
xzl e8d171bbd2 add check for groups and inputChannels
9 years ago
xzl 248149f448 add depthwiseconv test and fix the little bug of the convOpTest
9 years ago
xzl 5b07d4e009 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
9 years ago
wanghaoshuang 4409255c27 fix code format
9 years ago
xzl 4d6be9741c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
9 years ago
xzl bd54eb9834 tiny modify the test
9 years ago
xzl 1f516fa0ef modify format, and modify the layer grad test, op test
9 years ago
xzl f7390d115c delete useless .h header in DepthwiseConvOpGpu.cu
9 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
9 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
9 years ago
xzl 66520af9ca accelerate inputbackward(delete 'if' in this func) of depthwise conv
9 years ago
xzl dbb658805e modity the format
9 years ago
xzl 44927bf70a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
9 years ago
xzl 11588b3670 support inputchannels != outputchannels of depthwiseconv
9 years ago
xzl 02e04b4441 fuse the conv and depthwise conv together
9 years ago
hedaoyuan f146b03b44 Merge pull request #2824 from hedaoyuan/fix_nnpack
9 years ago
jc a8c427e0d4 Change to meet cpplint style
9 years ago
liaogang 569f7e83a6 FIX: cppint code style
9 years ago
xzl c43f6936c0 modify the format and delete useless comment
9 years ago