We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdc1c4 commit 793f652Copy full SHA for 793f652
paddle/fluid/operators/pad3d_op_npu.cc
@@ -26,7 +26,6 @@ static inline std::vector<int> GetPaddings(
26
std::vector<int> paddings(6);
27
auto* paddings_t = context.Input<Tensor>("Paddings");
28
if (paddings_t) {
29
- VLOG(3) << "run in here";
30
TensorToVector(*paddings_t, context.device_context(), &paddings);
31
} else {
32
auto pads = context.Attr<std::vector<int>>("paddings");
0 commit comments