What will be the default tile factor in the loop for any operations
---
[Visit
Topic](https://discuss.tvm.apache.org/t/about-configspace-in-autotvm/8049/3) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://di
This function calculates the total size of a config space:
https://github.com/apache/incubator-tvm/blob/master/python/tvm/autotvm/task/space.py#L838
And this function goes through each config in the config space:
https://github.com/apache/incubator-tvm/blob/master/python/tvm/autotvm/task/space
Have a question about config space in autotvm, have searched in the script
about the calculation for configspace but have not found anything, If anyone
has some ideas on how this is calculated, it could help me.
For example, we can take the Auto-tuning a convolutional network for x86 CPU
here