Skip to content

Commit e6eda20

Browse files
authored
Update the L0_model_config test expected error message (#5684)
1 parent 876dc0c commit e6eda20

File tree

2 files changed

+2
-2
lines changed
  • qa/L0_model_config/autofill_noplatform/tensorflow_savedmodel

2 files changed

+2
-2
lines changed

qa/L0_model_config/autofill_noplatform/tensorflow_savedmodel/too_many_inputs/config.pbtxt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ input [
1111
dims: [ 16 ]
1212
},
1313
{
14-
name: "INPUT_EXTRA"
14+
name: "INPUT1"
1515
data_type: TYPE_INT32
1616
dims: [ 16 ]
1717
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Invalid argument: unable to load model 'unknown_input', configuration expects 3 inputs, model provides 2
1+
Invalid argument: unexpected inference input 'INPUT_UNKNOWN', allowed inputs are: INPUT0, INPUT1

0 commit comments

Comments
 (0)