This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/master by this push:
     new 87faaf1  kill from tvm import te (#5007)
87faaf1 is described below

commit 87faaf12f3d2b792bacccadeb369236ab5c5b45b
Author: Michal Jamroz <[email protected]>
AuthorDate: Sun Mar 8 07:31:11 2020 +0100

    kill from tvm import te (#5007)
    
    Co-authored-by: Michal Jamroz <[email protected]>
---
 tutorials/frontend/from_mxnet.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tutorials/frontend/from_mxnet.py b/tutorials/frontend/from_mxnet.py
index bf53db5..d0e4c4a 100644
--- a/tutorials/frontend/from_mxnet.py
+++ b/tutorials/frontend/from_mxnet.py
@@ -38,7 +38,6 @@ 
https://mxnet.incubator.apache.org/versions/master/install/index.html
 # some standard imports
 import mxnet as mx
 import tvm
-from tvm import te
 import tvm.relay as relay
 import numpy as np
 

Reply via email to