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/04 00:13:57 UTC

[GitHub] [tvm] masahi commented on a change in pull request #8191: Onnx eyelike

masahi commented on a change in pull request #8191:
URL: https://github.com/apache/tvm/pull/8191#discussion_r645207863



##########
File path: src/driver/driver_api.cc
##########
@@ -185,6 +185,17 @@ IRModule lower(te::Schedule sch, const Array<te::Tensor>& args, const std::strin
   return mod;
 }
 
+TVM_REGISTER_GLOBAL("driver.lower").set_body_typed([](te::Schedule sch, const Array<te::Tensor>& args, const String& name, const Map<te::Tensor, tir::Buffer>& binds) {

Review comment:
       Remove the diff in this file




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