Unverified Commit 4bcc4f11 authored by Lyu Han's avatar Lyu Han Committed by GitHub
Browse files

[Fix] Rollback the data type of input_ids to TYPE_UINT32 in preprocessor's proto (#758)

parent c07f60fd
...@@ -12,7 +12,7 @@ input [ ...@@ -12,7 +12,7 @@ input [
output [ output [
{ {
name: "INPUT_ID" name: "INPUT_ID"
data_type: TYPE_INT32 data_type: TYPE_UINT32
dims: [ -1 ] dims: [ -1 ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment