Skip to content

Commit

Permalink
Update the L0_model_config test expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed Apr 21, 2023
1 parent 9060065 commit d658bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ input [
dims: [ 16 ]
},
{
name: "INPUT_EXTRA"
name: "INPUT1"
data_type: TYPE_INT32
dims: [ 16 ]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Invalid argument: unable to load model 'unknown_input', configuration expects 3 inputs, model provides 2
Invalid argument: unexpected inference input 'INPUT_UNKNOWN', allowed inputs are: INPUT0, INPUT1

0 comments on commit d658bda

Please sign in to comment.