Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Apr 8, 2022
1 parent 2bb7885 commit fa069bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/paddle/__init__.py
Expand Up @@ -601,6 +601,7 @@
'concat',
'check_shape',
'trunc',
'frac',
'digamma',
'standard_normal',
'diagonal',
Expand Down
2 changes: 1 addition & 1 deletion python/paddle/tensor/__init__.py
Expand Up @@ -453,7 +453,7 @@
'digamma',
'diagonal',
'trunc',
'frac'
'frac',
'bitwise_and',
'bitwise_or',
'bitwise_xor',
Expand Down

0 comments on commit fa069bc

Please sign in to comment.