We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c106cf commit a81b0c9Copy full SHA for a81b0c9
llvm/lib/Analysis/ModelUnderTrainingRunner.cpp
@@ -28,7 +28,7 @@ ModelUnderTrainingRunner::ModelUnderTrainingRunner(
28
ModelPath, InputSpecs, [&](size_t I) { return OutputSpecs[I].Spec; },
29
OutputSpecs.size());
30
if (!Evaluator || !Evaluator->isValid()) {
31
- Ctx.emitError("Failed to create inliner saved model evaluator");
+ Ctx.emitError("Failed to create saved model evaluator");
32
Evaluator.reset();
33
return;
34
}
0 commit comments