sunggg commented on code in PR #15217:
URL: https://github.com/apache/tvm/pull/15217#discussion_r1251304460


##########
src/relax/backend/contrib/codegen_json/codegen_json.h:
##########
@@ -347,7 +347,7 @@ class JSONSerializer : public 
relax::MemoizedExprTranslator<NodeEntries> {
 
     // TODO(@sunggg): Revisit when we have op naming convention.
     // Currently, simply remove "relax." prefix to make it work.
-    name = std::string("tensorrt.") + name.substr(6);
+    name = std::string("jsonruntime.") + name.substr(6);

Review Comment:
   This is a tiny fix unrelated to this PR. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to