We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303ce2 commit 8de1f29Copy full SHA for 8de1f29
core/conversion/evaluators/NodeEvaluatorRegistry.cpp
@@ -59,7 +59,7 @@ class NodeEvaluatorRegistry {
59
TRTORCH_CHECK(
60
schema,
61
"Evaluator for " << node_kind.toQualString()
62
- << "only runs on certain schemas, but schema for node is not retrievable");
+ << " only runs on certain schemas, but schema for node is not retrievable");
63
if (!FindInVec(eval_reg.options.valid_schemas, schema->operator_name())) {
64
return nullptr;
65
}
0 commit comments