Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Apr 24, 2024
1 parent 4151556 commit 8121612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/paddle/framework/dtype.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class dtype: ...

uint8: dtype = ...
int8: dtype = ...
int16: dtype = ...
uint8: dtype
int8: dtype
int16: dtype
int32: dtype
int64: dtype

Expand Down

0 comments on commit 8121612

Please sign in to comment.