About Configspace in autotvm

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, we can see that the first layer configspace value is 252, how this value is calculated internally. Also, the convolution attributes are

This function calculates the total size of a config space:

And this function goes through each config in the config space:

2 Likes

What will be the default tile factor in the loop for any operations