Format a message

PiperOrigin-RevId: 254123466
This commit is contained in:
Jian Li 2019-06-19 20:19:39 -07:00 committed by TensorFlower Gardener
parent 8a1ddd555e
commit 6112891368

View File

@ -510,7 +510,7 @@ TfLiteStatus QuantizeOpOutput(
printf( printf(
"Note the output min/max is different from the input min/max " "Note the output min/max is different from the input min/max "
"for op %s at index %d in subgraph %d. This is legal but " "for op %s at index %d in subgraph %d. This is legal but "
"should happens rarely.", "should happens rarely.\n",
EnumNameBuiltinOperator(op_code), op_idx, subgraph_idx); EnumNameBuiltinOperator(op_code), op_idx, subgraph_idx);
} }
} }