You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/01 09:25:13 UTC

[GitHub] [tvm] Mousius commented on a change in pull request #8023: [AOT] Initial implementation of --unpacked-api

Mousius commented on a change in pull request #8023:
URL: https://github.com/apache/tvm/pull/8023#discussion_r642935662



##########
File path: src/relay/backend/aot_executor_codegen.cc
##########
@@ -564,21 +582,21 @@ class AOTExecutorCodegen : public ExprVisitor {
 
  public:
   AOTExecutorCodegen(runtime::Module* mod, const TargetsMap& targets, Target target_host)
-      : mod_(mod), return_sid_() {
+      : mod_(mod), use_typed_operators_(true) {

Review comment:
       Took another pass over this morning and fixed up the other initialisations too, thanks for pointing this out :+1: 




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org