Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Aug 22, 2020
1 parent 19a3e65 commit 301caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/backend/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self):
self._codegen = self.mod["codegen"]
self._get_exec = self.mod["get_executable"]
self._set_params_func = self.mod["set_params"]
self._gets_params_func = self.mod["get_params"]
self._get_params_func = self.mod["get_params"]
self._optimize = self.mod["optimize"]

def set_params(self, params):
Expand Down

0 comments on commit 301caa5

Please sign in to comment.