From 816c9ca2154ee3792206639535a7ae5c058d3857 Mon Sep 17 00:00:00 2001 From: Andrew Reusch Date: Thu, 17 Feb 2022 13:45:48 -0800 Subject: [PATCH] fixup! Add new Metadata classes and base implementation. --- include/tvm/support/span.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/support/span.h b/include/tvm/support/span.h index 8a15e9583338c..7324583660448 100644 --- a/include/tvm/support/span.h +++ b/include/tvm/support/span.h @@ -19,7 +19,7 @@ /*! * - * \file span.h + * \file tvm/support/span.h * \brief Reimplementation of part of C++-20 style span. */ #ifndef TVM_SUPPORT_SPAN_H_