Skip to content

Commit abf89a5

Browse files
authored
[cherry-pick] [Bug] Fix import bug with numpy_log_softmax (#1563) #1603
1 parent bfe7774 commit abf89a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deepsparse/utils/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"split_engine_inputs",
2929
"join_engine_outputs",
3030
"prep_for_serialization",
31+
"numpy_log_softmax",
3132
]
3233

3334
from pydantic import BaseModel

0 commit comments

Comments
 (0)