Skip to content

Commit 64509fd

Browse files
author
ktlichkid
committed
Style fix
1 parent 294b58a commit 64509fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/operators/beam_search_op.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ class BeamSearchOp : public framework::OperatorWithKernel {
254254
}
255255
};
256256

257-
258257
class BeamSearchInferVarType : public framework::VarTypeInference {
259258
public:
260259
void operator()(const framework::OpDesc &op_desc,
@@ -271,7 +270,6 @@ class BeamSearchInferVarType : public framework::VarTypeInference {
271270
} // namespace operators
272271
} // namespace paddle
273272

274-
275273
namespace ops = paddle::operators;
276274

277275
REGISTER_OPERATOR(beam_search, ops::BeamSearchOp, ops::BeamSearchOpMaker,

0 commit comments

Comments
 (0)