Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghaohit committed Aug 27, 2020
1 parent d25d0f3 commit 2e7c08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vta/python/vta/top/graphpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def is_float_op(self, call):
return False


class ExprLocater(ExprMutator):
class ExprLocator(ExprMutator):
"""Visitor to locate op on an AST.
"""
def __init__(self):
Expand Down Expand Up @@ -577,7 +577,7 @@ def graph_pack(expr,
expr = run_opt_pass(expr, transform.InferType())

if device_annot:
expr_locator = ExprLocater()
expr_locator = ExprLocator()
expr_locator.visit(expr)

annot_start = op.op.get(annot_start_name)
Expand Down

0 comments on commit 2e7c08b

Please sign in to comment.