diff --git a/include/tvm/auto_scheduler/feature.h b/include/tvm/auto_scheduler/feature.h index e3f23c628eb2a..9dfc70e37f944 100644 --- a/include/tvm/auto_scheduler/feature.h +++ b/include/tvm/auto_scheduler/feature.h @@ -25,7 +25,7 @@ * The cost model also does prediction for each BufferStoreNode statement and aggregates * the predictions as the whole score for a TVM IR (Stmt). * - * The feature specification is defined by `src/auto_scheduler/feature.cc::FeatureSet` + * The feature specification is defined by `src/auto_scheduler/feature.cc:: FeatureSet` */ #ifndef TVM_AUTO_SCHEDULER_FEATURE_H_