Skip to content

Commit

Permalink
Delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjing.lh committed Oct 24, 2019
1 parent 2c615b0 commit 18465ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/autotvm/task/relay_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _lower(func,
grc = graph_runtime_codegen.GraphRuntimeCodegen(None, target)
return grc.codegen(mod["main"])


def extract_from_program(func, params, ops, target, target_host=None):
""" Extract tuning tasks from a relay program.
Expand Down

0 comments on commit 18465ea

Please sign in to comment.