Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jan 24, 2020
1 parent 2e2da6b commit af627a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tvm/relay/build_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,6 @@ def bind_params_by_name(func, params):
-------
func : relay.Function
The function with parameters bound
<<<<<<< HEAD
=======
>>>>>>> introduce bind_params_by_name as reusable api
"""
inputs = _convert_param_map(params)
return _build_module.BindParamsByName(func, inputs)
Expand Down

0 comments on commit af627a9

Please sign in to comment.