Skip to content

Commit

Permalink
fix ttutorial doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Sep 15, 2021
1 parent d486d4c commit 0679917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/tvm/micro/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import json
from typing import Union


def _check_tune_log(log_path: Union[pathlib.Path, str]):
"""Reads tune log and check each result"""
results = []
Expand Down
4 changes: 3 additions & 1 deletion tutorials/micro/micro_autotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
Autotuning with micro TVM
=========================
**Author**: `Andrew Reusch <https://github.com/areusch>`_, `Mehrdad Hessar <https://github.com/mehrdadh>`
**Authors**:
`Andrew Reusch <https://github.com/areusch>`_,
`Mehrdad Hessar <https://github.com/mehrdadh>`_
This tutorial explains how to autotune a model using the C runtime.
"""
Expand Down

0 comments on commit 0679917

Please sign in to comment.