Fix spacing

This commit is contained in:
Jeff 2020-04-15 16:25:03 -07:00
parent a3a8a53736
commit 65baa5aae3

View file

@ -83,7 +83,7 @@ Status FreeDimensionOverrideTransformer::ApplyImpl(Graph& graph, bool& modified,
if (dimension.dim_value() != dimension_override) {
LOGS(logger, ERROR) << "The model has input '" << graph_input->Name() << "' "
<< "with a fixed dimension size " << dimension.dim_value() << " "
<< "which does not equal the specified override of" << dimension_override << ".";
<< "which does not equal the specified override of " << dimension_override << ".";
return Status(ONNXRUNTIME, INVALID_ARGUMENT, "Invalid free dimension override.");
}