Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Dec 23, 2020
1 parent a0e0158 commit d9bf015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/auto_scheduler/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def callback_func(policy, inputs, results):
self.__init_handle_by_constructor__(_ffi_api.PythonBasedMeasureCallback, callback_func)

def callback(self, policy, inputs, results):
"""Update the cost model according to new measurement results (training data).
"""The callback function.
Parameters
----------
Expand Down

0 comments on commit d9bf015

Please sign in to comment.