a468f08d77
* Rename PassContext::ListConfigNames() to PassContext::ListConfigs() and its Python counterpart tvm.ir.transform.PassContext.list_config_names -> list_configs() * Adjust PassContext::ListConfigs() to include also metadata (currently only including the data type) * Adjust unit tests