Skip to content

Commit

Permalink
change TYPE_INT32 to TYPE_UINT32
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Nov 24, 2023
1 parent c07f60f commit 4aac112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ input [
output [
{
name: "INPUT_ID"
data_type: TYPE_INT32
data_type: TYPE_UINT32
dims: [ -1 ]
},
{
Expand Down

0 comments on commit 4aac112

Please sign in to comment.