Skip to content

Commit

Permalink
Update onnxruntime/core/providers/coreml/builders/impl/split_op_build…
Browse files Browse the repository at this point in the history
…er.cc

Co-authored-by: Edward Chen <[email protected]>
  • Loading branch information
YUNQIUGUO and edgchen1 authored Nov 22, 2023
1 parent 2a0c15c commit 7a1408f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ bool SplitOpBuilder::IsOpSupportedImpl(const Node& node, const OpBuilderInputPar
return false;
}
if (num_outputs.value() < 2) {
LOGS(logger, VERBOSE) << "Invalid num_outputs. The value can not be lower than 1.\n"
LOGS(logger, VERBOSE) << "Invalid num_outputs. The value cannot be lower than 2.\n"
<< "CoreML SplitND requires at least 2 outputs. num_outputs: " << num_outputs.value();
return false;
}
Expand Down

0 comments on commit 7a1408f

Please sign in to comment.