Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliapeng2011 committed Apr 22, 2021
1 parent 9277eae commit f078fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngraph/frontend/paddlepaddle/src/op_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ std::map<std::string, CreatorFunction> get_supported_ops() {
{"bmm", op::matmul},
{"depthwise_conv2d", op::conv2d},
{"uniform_random", op::uniform_random},
{"assign_value", op::assign_value}
{"assign_value", op::assign_value},
{"sigmoid", op::sigmoid},
{"hard_sigmoid", op::hard_sigmoid},
{"relu6", op::relu6},
{"pow", op::pow},
{"squeeze2", op::squeeze},
{"unsqueeze2", op::unsqueeze},
{"slice", op::slice},
{"hard_swish", op::hard_swish},
{"hard_swish", op::hard_swish}
};
};

Expand Down

0 comments on commit f078fb8

Please sign in to comment.