Skip to content

Commit

Permalink
vsort/vs_onnxruntime.cpp: use fp32 output
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 19, 2024
1 parent 1869d39 commit 9622eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsort/vs_onnxruntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ static void VS_CC vsOrtCreate(

int output_format = int64ToIntS(vsapi->propGetInt(in, "output_format", 0, &error));
if (error) {
output_format = 1;
output_format = 0;
}
if (output_format != 0 && output_format != 1) {
return set_error("\"output_format\" must be 0 or 1");
Expand Down

0 comments on commit 9622eb4

Please sign in to comment.