Skip to content

Commit cbfcd24

Browse files
【Fix PIR Unittest No.41 BUAA】Update datatype (#66217)
* Update binary.py * Update binary.py
1 parent 22bc4a4 commit cbfcd24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/paddle/sparse/binary.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
core.VarDesc.VarType.INT32,
3535
core.VarDesc.VarType.INT64,
3636
core.VarDesc.VarType.BOOL,
37+
core.DataType.UINT8,
38+
core.DataType.INT8,
39+
core.DataType.INT16,
40+
core.DataType.INT32,
41+
core.DataType.INT64,
42+
core.DataType.BOOL,
3743
]
3844

3945

0 commit comments

Comments
 (0)