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 8de1f29 commit 0f100d6Copy full SHA for 0f100d6
core/conversion/evaluators/NodeEvaluatorRegistry.cpp
@@ -59,7 +59,8 @@ 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 target"
63
+ << " node is not a supported schema variant of " << node_kind.toQualString());
64
if (!FindInVec(eval_reg.options.valid_schemas, schema->operator_name())) {
65
return nullptr;
66
}
0 commit comments