Skip to content

Commit 8de1f29

Browse files
authored
refactor(//core/conversion/evaluators): Typo in evaluator error
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 9303ce2 commit 8de1f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/conversion/evaluators/NodeEvaluatorRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class NodeEvaluatorRegistry {
5959
TRTORCH_CHECK(
6060
schema,
6161
"Evaluator for " << node_kind.toQualString()
62-
<< "only runs on certain schemas, but schema for node is not retrievable");
62+
<< " only runs on certain schemas, but schema for node is not retrievable");
6363
if (!FindInVec(eval_reg.options.valid_schemas, schema->operator_name())) {
6464
return nullptr;
6565
}

0 commit comments

Comments
 (0)