Skip to content

Commit 158ebad

Browse files
committed
Fix
1 parent 161a75e commit 158ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/phi/ops/yaml/inconsistent/static_backward.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
backward : batch_norm_double_grad
9797

9898
- backward_op : c_concat_grad
99-
forward : c_concat(Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true)
99+
forward : c_concat(Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true) -> Tensor(out)
100100
args : (Tensor out_grad, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true)
101101
output : Tensor(x_grad)
102102
invoke : c_split(out_grad, rank, nranks, ring_id, use_calc_stream, use_model_parallel)

0 commit comments

Comments
 (0)