Commit Graph

31 Commits (67b555d3d3c98d571dffe5b2b8e1c0bae59bd80d)

Author SHA1 Message Date
Yihua Xu 64e261c6cd Implement the fusion of convolution and bias for mkldnn
6 years ago
Tomasz Patejko 7423748e37 MKLDNN residual connections fuse pass:
6 years ago
Yan Chunwei 9f252e0032
Combine Inference Analysis with IR (#13914)
6 years ago
Tao Luo 42aa1d409d
Merge pull request #13485 from tpatejko/tpatejko/capi-resnet-conv-elementwise-fusion
6 years ago
Tomasz Patejko ce2464fd98 MKLDNN conv + elementwise_add fusion: UT for missing bias added. UTs refactored. Some minor changes in the pass
6 years ago
Tomasz Patejko 0fe3079c46 MKLDNN conv + elementwise_add fusion: fix for order of parameters in elementwise_add in resnet50
6 years ago
Tomasz Patejko 4be45af1cc MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
6 years ago
Tomasz Patejko 9a335e0277 MKLDNN conv + elementwise_add fusion: changed a name of a formal argument in ElementwiseAdd pattern
6 years ago
Tomasz Patejko efd76614fb MKLDNN conv + elementwise_add fusion: implementation changed to conform with Paddle API
6 years ago
tensor-tang 40f8456a4f refine fuse pattern and attr
6 years ago
tensor-tang cbbacb2534 Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
6 years ago
tensor-tang 603ba5e01d add seqconv eltadd relu pass
6 years ago
Michal Gallus 582f59c190 Conv+Bias fuse
6 years ago
Tao Luo 9b11a17502
Revert "[MKLDNN] Pass: Fuse Conv + Bias"
6 years ago
Tao Luo ce248a15d9
Merge pull request #13368 from Sand3r-/mgallus/conv-bias-pass
6 years ago
Michal Gallus 40b17be4b0 Pass: Fuse Conv + Bias
6 years ago
Sylwester Fraczek 78f98294c2 conv bn fuse pass
6 years ago
Jacek Czaja 7ab5626dee - Added initial pass for embedding-fc-lstm
6 years ago
Sylwester Fraczek a49aa4dac9 make bias unnecessary for ConvRelu fuse
6 years ago
chengduo d402234ba8
Feature/op_fuse_pass (#12440)
6 years ago
Tao Luo 9f03ce6c4a
Merge pull request #13318 from Superjomn/refine/simple_fix
7 years ago
Sylwester Fraczek 41de582bb0 create conv relu pass for MKLDNN (#13258)
7 years ago
superjomn 6b2f680d88 simple fix
7 years ago
Yan Chunwei 478a4e850e
refactor ir pattern (#13304)
7 years ago
tensor-tang f057077c3a add fuse fc gru pass
7 years ago
Yan Chunwei 9df2d8b5ba
test/add text-classification test (#13081)
7 years ago
Yan Chunwei 2ef34c64c6
refine fc with pattern reusing (#13187)
7 years ago
Yan Chunwei 796c87d563
bugfix/fusion lstm (#13185)
7 years ago
Yan Chunwei 597b73053d
refine/fc lstm fusion link (#13158)
7 years ago
Yan Chunwei af15f6f038
fea/refine fuse (#13076)
7 years ago
Yan Chunwei 902f19b46a
fea/fuse attention lstm simplify.with fusion lstm.with sequnce expand (#13006)
7 years ago