Skip to content

Commit

Permalink
fix endif (PaddlePaddle#31431)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwhzhang committed Apr 12, 2021
1 parent c457e6b commit 832548f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/operators/shape_op_npu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ REGISTER_OP_NPU_KERNEL(
ops::ShapeNPUKernel<paddle::platform::NPUDeviceContext, int64_t>,
ops::ShapeNPUKernel<paddle::platform::NPUDeviceContext, float>,
ops::ShapeNPUKernel<paddle::platform::NPUDeviceContext, double>);
#endif

0 comments on commit 832548f

Please sign in to comment.