Skip to content

Commit 7c7f863

Browse files
authored
Update distributed.py (#615)
# Pull Request ## What problem does this PR solve? Issue Number: Fixed # ## Possible side effects? - Performance: - Backward compatibility:
1 parent 232ae02 commit 7c7f863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spu/utils/distributed.py

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
set_framework,
2525
SAMPLE_NODES_DEF,
2626
SAMPLE_DEVICES_DEF,
27+
dtype_spu_to_np,
28+
shape_spu_to_np,
2729
)
2830

2931

0 commit comments

Comments
 (0)