Skip to content

Commit 73373c9

Browse files
authored
【Hackathon 6th No.3】修改rfc (#906)
* add rfcs * update * update
1 parent 160d0ce commit 73373c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/APIs/20240421_api_design_for_zeropad1d_zeropad3d_block_diag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class ZeroPad3D(Layer):
281281

282282
```python
283283

284-
def block_diag(*inputs, name=None):
284+
def block_diag(inputs, name=None):
285285
def to_col_block(arys, i, a):
286286
return [
287287
a if idx == i else paddle.zeros([ary.shape[0], a.shape[1]], dtype=a.dtype)

0 commit comments

Comments
 (0)