Commit Graph

23 Commits (5f0c780af6972e7fe5a60cd9bd527d34f9cc3c47)

Author SHA1 Message Date
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
tensor-tang a8eeef86ac make MKLDNNLayer input grad as a vector
8 years ago
tensor-tang bc0d255796 make MKLDNNLayer input value as a vector
8 years ago
tensor-tang c397599dfd remove weight and bias in MKLDNN reset function, since not all layers have weight and bias.
8 years ago
tensor-tang a9490a1053 make output channels changeable in reshape function
8 years ago
tensor-tang 2826ccbbd3 remove unused code and fix typo
8 years ago
tensor-tang aecfeb7257 refine check macro
8 years ago
tensor-tang 5c892db64c remove unused code
8 years ago
tensor-tang 9e38dafa29 change MKLDNNMatrix create interface since MatrixPtr is not always required
8 years ago
tensor-tang c1914543b0 refine mkldnn logic, move reset buffers into MKLDNNLayer
8 years ago
tensor-tang 1199aa6876 fix bug: clear grad and always share data when output has cpu
8 years ago
tensor-tang 7a7c8fd9e5 simplify some comments and code
8 years ago
tensor-tang 698071cc33 share mkldnn output value data if next layer is cpu device
8 years ago
tensor-tang 6715beaace enable merge output grad of mkldnn
8 years ago
Luo Tao c53d214205 fix compiler warning from MKLDNNLayer and so on
8 years ago
tensor-tang bea39f6314 add compare simple net of mkldnn and cpu
8 years ago
tensor-tang ed27a3be78 add some log info
8 years ago
tensor-tang 4ec3a77a43 should run resetBwd before bwdAct
8 years ago
tensor-tang 49d4b39f28 fix typo and remove some unused code
8 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
8 years ago
tensor-tang f2317b67f7 separate resetFwd and resetBwd to some sub functions
8 years ago
tensor-tang 66fdbd0cee add some comment and simplify some code
8 years ago
tensor-tang f3a23b6840 add MKLDNNConvLayer
8 years ago