Skip to content

Commit 643f397

Browse files
author
yangfei
committed
repair bug of softmax and conv_add_relu op
1 parent f657735 commit 643f397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/operators/fusion_conv_add_relu_op.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ namespace operators {
2929
class FusionConvAddReluOpMatcher : public framework::FusionOpMatcher {
3030
public:
3131
FusionConvAddReluOpMatcher() {
32-
// node_ = framework::Node(G_OP_TYPE_FUSION_CONV_ADD);
33-
// node_ > std::make_shared<framework::Node>(G_OP_TYPE_RELU);
32+
// node_ = framework::Node(G_OP_TYPE_FUSION_CONV_ADD);
33+
// node_ > std::make_shared<framework::Node>(G_OP_TYPE_RELU);
3434
}
3535

3636
void FolderNodes(

0 commit comments

Comments
 (0)