Icemist commented on code in PR #12545:
URL: https://github.com/apache/tvm/pull/12545#discussion_r967564284
##########
python/tvm/autotvm/task/space.py:
##########
@@ -838,22 +995,26 @@ def _add_new_transform(self, space_class, name, axes,
policy, **kwargs):
return [Axis(space, i) for i in range(space.num_output)]
return [Axis(None, i) for i in range(space_class.get_num_output(axes,
policy, **kwargs))]
- def __len__(self):
Review Comment:
Agreed, restored the original one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]