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 2d933a7 commit fd73310Copy full SHA for fd73310
paddle/phi/kernels/onednn/expand_kernel.cc
@@ -57,7 +57,7 @@ void ExpandKernel(const Context& dev_ctx,
57
"The expanded size (%d) for non-existing dimensions must be "
58
"positive for expand_v2 op.",
59
out_new_dims[i]));
60
-
+
61
PADDLE_ENFORCE_GE(
62
x_vec_dims[i],
63
0,
0 commit comments