From d0849cf6b989136b1e3e43f09938ba2ae4afa927 Mon Sep 17 00:00:00 2001 From: Mehrdad Hessar Date: Wed, 15 Sep 2021 07:42:27 -0700 Subject: [PATCH] fix ttutorial doc --- tutorials/micro/micro_autotune.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/micro/micro_autotune.py b/tutorials/micro/micro_autotune.py index f89432ff01cf4..ccc515f5c417c 100644 --- a/tutorials/micro/micro_autotune.py +++ b/tutorials/micro/micro_autotune.py @@ -20,7 +20,9 @@ Autotuning with micro TVM ========================= -**Author**: `Andrew Reusch `_, `Mehrdad Hessar ` +**Authors**: +`Andrew Reusch `_, +`Mehrdad Hessar `_ This tutorial explains how to autotune a model using the C runtime. """