Skip to content

Commit

Permalink
Change import to make it more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Oct 17, 2019
1 parent c45684d commit 79bf21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/unittest/test_custom_datatypes_change_dtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import tvm
import numpy as np
from tvm import relay
from tvm.relay.testing.inception_v3 import get_workload
from tvm.relay.testing.inception_v3 import get_workload as get_inception

tgt = "llvm"

Expand Down Expand Up @@ -94,7 +94,7 @@ def test_change_dtype_simple():

def test_change_dtype_inception_v3():

expr, params = get_workload()
expr, params = get_inception()

ex = relay.create_executor("graph")

Expand Down

0 comments on commit 79bf21f

Please sign in to comment.