Skip to content

Commit

Permalink
Add data type for python script
Browse files Browse the repository at this point in the history
  • Loading branch information
MegoHam21 committed Sep 6, 2023
1 parent 748be0c commit 36f8bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/backend/inference_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ def JniExecutionSession(jar_name, inputs):
"f2": np.float16,
"f4": np.float32,
"f8": np.float64,
"U25": np.str_,
}

# print('stdout=' + str(procStdout), file=sys.stderr)
Expand Down

0 comments on commit 36f8bca

Please sign in to comment.