Format a message
PiperOrigin-RevId: 254123466
This commit is contained in:
parent
8a1ddd555e
commit
6112891368
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user