Commit Graph

30 Commits (254154a9bf1249a661778b3a07307cfa3a570710)

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
7 years ago
tensor-tang bc0d255796 make MKLDNNLayer input value as a vector
7 years ago
tensor-tang c397599dfd remove weight and bias in MKLDNN reset function, since not all layers have weight and bias.
7 years ago
tensor-tang a9490a1053 make output channels changeable in reshape function
7 years ago
tensor-tang 2826ccbbd3 remove unused code and fix typo
8 years ago
tensor-tang d34780e193 fix issue for resnet
8 years ago
tensor-tang 5c892db64c remove unused code
8 years ago
tensor-tang c1914543b0 refine mkldnn logic, move reset buffers into MKLDNNLayer
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 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 4f0869bef3 add some necessary params for reset functions
8 years ago
tensor-tang 94ea8ee0e5 refine MKLDNNLayer logical: move forward and backward to MKLDNNLayer and remove copyOutputInfoToOtherDevice
8 years ago
tensor-tang f40d5f580d remove syncOutputGrad, rename syncInputValue to updateInputData
8 years ago
tensor-tang d4c0734840 remove convertOutputToOtherDevice
8 years ago
tensor-tang c5183caa04 rename
8 years ago
tensor-tang bfbd066fdd refine
8 years ago
tensor-tang 98b7c67364 add todo
8 years ago
tensor-tang 4cc57836f3 enable reorder
8 years ago
tensor-tang 780c8d969e make downSpatial work, and remove hasSpatial_
8 years ago
tensor-tang 48d87e5e91 pass test, support input CPU device
8 years ago
tensor-tang 4eecd0c2d5 use MKLDNNMatrix in fc backward
8 years ago
tensor-tang 4bffbd30f0 use MKLDNNMatrix in fc forward
8 years ago
tensor-tang e08651f9b5 remove flag use_mkldnn_wgt
8 years ago
tensor-tang a475a57d9b rename files and classes, use uppercase of Mkldnn and Cpu
8 years ago