Commit Graph

22 Commits (cfca8a3a260c5a97bd02318ca052d896352913c0)

Author SHA1 Message Date
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
9 years ago
tensor-tang a7e847b648 fix ds2 issue
9 years ago
tensor-tang 63ee7290f2 remove the tmp buffer
9 years ago
tensor-tang c961fbf09a change the condition to reset the forward in MKLDNNLayer
9 years ago
tensor-tang a8eeef86ac make MKLDNNLayer input grad as a vector
9 years ago
tensor-tang bc0d255796 make MKLDNNLayer input value as a vector
9 years ago
tensor-tang 3117d97784 add inputChannel in resetInValue for concat layer
9 years ago
tensor-tang c397599dfd remove weight and bias in MKLDNN reset function, since not all layers have weight and bias.
9 years ago
tensor-tang a9490a1053 make output channels changeable in reshape function
9 years ago
Tao Luo 56f28a0f65
Merge pull request #5732 from tensor-tang/rename
9 years ago
Tao Luo 9b56074083
Merge pull request #5705 from tensor-tang/mkldnn_concat
9 years ago
tensor-tang f5df46e1a4 rename all Mkldnn to MKLDNN
9 years ago
tensor-tang 363f690d79 expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
9 years ago
tensor-tang 9acfba82a3 add input index choice for mkldnn_concat
9 years ago
tensor-tang 4fd432fdac update mkldnn tag
9 years ago
tensor-tang d34780e193 fix issue for resnet
9 years ago
tensor-tang 3fb6451c3a add mkldnn_addto unit test and pass it
9 years ago
tensor-tang 2a77418668 refine reset input buffers, make it support more than one input.
9 years ago
tensor-tang aecfeb7257 refine check macro
9 years ago
tensor-tang 5c892db64c remove unused code
9 years ago
tensor-tang d75b00c221 refine the gtest log info and vlog order,
9 years ago
tensor-tang 94e442d4b1 add cpp file of MKLDNNLayer
9 years ago