Thank you for your quick reply.
I cloned the last version (55d81720f3d05bce559d8b4d7972f54b0fa3eb60). I
slightly modify the script because some files got renamed (util => utils).
```
"""Test for NCHW[x]c convolution"""
import numpy as np
import tvm
from tvm import te
from tvm import autotvm
Thanks all for the valuable feedback. Here is the summary of the finalized RFC:
### Interface
- When extracting auto_scheduler tasks, users simply call `extract_tasks`.
- `extract_tasks` now has an optional flag `include_simple_task` (default
`False`). When set, each Relay function, including t