Commit Graph

4817 Commits (754f0c68da61ae4b7a5a67cdc9d841159bd73fbe)
 

Author SHA1 Message Date
liaogang 028f3dc4e5 Add memcpy
8 years ago
Yu Yang 0a0b4caaa7 Change Operator::create use py::bytes not std::string
8 years ago
Yu Yang b90780c3a8 Merge pull request #2939 from reyoung/feature/refine_tensor_hpp
8 years ago
xzl d50c71f3e2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl 66520af9ca accelerate inputbackward(delete 'if' in this func) of depthwise conv
8 years ago
qingqing01 c1ebb3143f Merge pull request #2785 from wanghaoshuang/voc_dataset
8 years ago
Yi Wang 1981eaf922 Fix Tensor::data interface
8 years ago
Helin Wang 3d4e808ce4 cmake: fix problem that go_library is never rebuilt.
8 years ago
Yi Wang 2538e20787 Fix wrong inclusion path
8 years ago
Yi Wang 00ed564307 Update
8 years ago
Yi Wang cb1d1f167c Add unit test
8 years ago
Yi Wang 642d3c4687 Refactorize Tensor to Eigen convesion
8 years ago
emailweixu 84a0d6d898 Merge pull request #2572 from skylian/error_clipping
8 years ago
helinwang a818afcc6c Merge pull request #2887 from helinwang/fix_pre_commit
8 years ago
xzl dbb658805e modity the format
8 years ago
fengjiayi e786746f6f Merge branch 'backward' of https://github.com/dzhwinter/Paddle into backward
8 years ago
dongzhihong 855cae603c move unused file
8 years ago
fengjiayi 7f1533f251 test collaborating
8 years ago
xzl 44927bf70a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl d43fbbae74 add comments for python api
8 years ago
xzl 11588b3670 support inputchannels != outputchannels of depthwiseconv
8 years ago
xzl 02e04b4441 fuse the conv and depthwise conv together
8 years ago
dongzhihong 8b80cf8989 "add net op testing"
8 years ago
dongzhihong 9890b23c82 fix confilct
8 years ago
Yu Yang 3402b6ad39 Add Unittest of add_two_op
8 years ago
dongzhihong 816b4c8ab0 "add backward Op"
8 years ago
qijun b6c075527c implement some basic OpKernel
8 years ago
Yu Yang d3373c5b85 Skeleton Of fully connected operator
8 years ago
Yu Yang ad728419d6 Merge pull request #2912 from reyoung/feature/better_network_debug_str
8 years ago
Yu Yang 107b3395b4 Merge branch 'develop' into feature/better_network_debug_str
8 years ago
QI JUN 3208914b56 Merge pull request #2805 from QiJune/tensor_to_EigenTensor
8 years ago
Yu Yang fb48cb120d Merge pull request #2936 from reyoung/feature/create_op_in_cpp_params
8 years ago
Yu Yang c85a323672 Merge pull request #2928 from reyoung/feature/is_in_gpu
8 years ago
Yu Yang 9b964b535b Tensor should use PADDLE_ONLY_CPU macro
8 years ago
tensor-tang 89a4158038 enable MKLDNN library and MKL small package
8 years ago
Yu Yang 8539222a1a Merge branch 'develop' into feature/is_in_gpu
8 years ago
Yu Yang 1dc53a289f Use friend not to expose tensor's `type/place`
8 years ago
Yu Yang f6a51d9b4e Make CreateOp in Plain C++ params
8 years ago
QI JUN d344f6702c Merge branch 'develop' into tensor_to_EigenTensor
8 years ago
Yu Yang 875946fff4 Merge pull request #2935 from reyoung/feature/create_op_use_cpp_params
8 years ago
Helin Wang 22be2b2bb8 fix travis check style
8 years ago
helinwang 2db1b68d7c Merge pull request #2885 from helinwang/handle_err
8 years ago
Yu Yang c1219a530c Change `in_out_idxs_` to shared_ptr
8 years ago
Yu Yang 50fa7e6397 Merge pull request #2934 from reyoung/feature/fix_merge_bug
8 years ago
Yu Yang 1ac0bffaf7 Override Net::DebugString to invoke inner ops_
8 years ago
Yu Yang e00aae5386 Fix Merge Bugs
8 years ago
Qiao Longfei 051676a7e4 support multiple template parameter in KernelType for REGISTER_OP_XPU_KERNEL (#2932)
8 years ago
Yu Yang 861b66d4e3 Merge pull request #2914 from reyoung/feature/add_some_skeletons_of_ops
8 years ago
Yu Yang a89c7ffa94 Make Tensor <--> Numpy interactive in tensor.h
8 years ago
wanghaoshuang ceb9a73aaa fix import err
8 years ago