Skip to content

Commit

Permalink
Remove solved issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDuke committed Jul 26, 2021
1 parent 1faa97a commit 83e8aa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def get_tvm_output(
opt_level=1,
):
"""Generic function to execute and get tvm output"""
# TODO: Resolve the issues and remove the following lines
target = "llvm"
device = tvm.cpu(0)

input_names, shape_dict = get_input_data_shape_dict(graph_def, input_data)

mod, params = relay.frontend.from_onnx(graph_def, shape_dict, opset=opset)
Expand Down

0 comments on commit 83e8aa6

Please sign in to comment.