mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-27 03:11:28 +00:00
Fix spacing
This commit is contained in:
parent
a3a8a53736
commit
65baa5aae3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue