Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart committed Jun 29, 2020
1 parent f87bbee commit 7d11ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/op/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from . import _make
from .dyn import _make as _dyn_make
from ..expr import TupleWrapper, const, Expr
from ...tir import expr as _expr


def cast(data, dtype):
Expand Down

0 comments on commit 7d11ffc

Please sign in to comment.