Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit cfe5dc6

Browse files
committed
remove paddle.type in ConstTypes
1 parent 711a178 commit cfe5dc6

File tree

1 file changed

+1
-1
lines changed
  • sot/opcode_translator/executor/variables

1 file changed

+1
-1
lines changed

sot/opcode_translator/executor/variables/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626

2727

28-
ConstTypes = (int, float, str, bool, type(None), paddle.dtype)
28+
ConstTypes = (int, float, str, bool, type(None))
2929

3030

3131
def get_zero_degree_vars(

0 commit comments

Comments
 (0)