Skip to content

Commit 83e8aa6

Browse files
committed
Remove solved issues
1 parent 1faa97a commit 83e8aa6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/python/frontend/onnx/test_forward.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ def get_tvm_output(
7979
opt_level=1,
8080
):
8181
"""Generic function to execute and get tvm output"""
82-
# TODO: Resolve the issues and remove the following lines
83-
target = "llvm"
84-
device = tvm.cpu(0)
85-
8682
input_names, shape_dict = get_input_data_shape_dict(graph_def, input_data)
8783

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

0 commit comments

Comments
 (0)