Skip to content

Commit

Permalink
【Hackathon 6th No.3】修改rfc (#906)
Browse files Browse the repository at this point in the history
* add rfcs

* update

* update
  • Loading branch information
ADream-ki authored May 28, 2024
1 parent 160d0ce commit 73373c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class ZeroPad3D(Layer):

```python

def block_diag(*inputs, name=None):
def block_diag(inputs, name=None):
def to_col_block(arys, i, a):
return [
a if idx == i else paddle.zeros([ary.shape[0], a.shape[1]], dtype=a.dtype)
Expand Down

0 comments on commit 73373c9

Please sign in to comment.