Skip to content

Commit 793f652

Browse files
committed
delete VLOG used for debug
1 parent 7cdc1c4 commit 793f652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/pad3d_op_npu.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ static inline std::vector<int> GetPaddings(
2626
std::vector<int> paddings(6);
2727
auto* paddings_t = context.Input<Tensor>("Paddings");
2828
if (paddings_t) {
29-
VLOG(3) << "run in here";
3029
TensorToVector(*paddings_t, context.device_context(), &paddings);
3130
} else {
3231
auto pads = context.Attr<std::vector<int>>("paddings");

0 commit comments

Comments
 (0)