projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef00f7
)
Update tune_simple_template.py (#4778)
author
Kaiyan Chang
<894076259@qq.com>
Mon, 27 Jan 2020 00:41:46 +0000
(08:41 +0800)
committer
Wuwei Lin
<wuwei@apache.org>
Mon, 27 Jan 2020 00:41:46 +0000
(19:41 -0500)
fixed a spelling mistake.
tutorials/autotvm/tune_simple_template.py
patch
|
blob
|
history
diff --git
a/tutorials/autotvm/tune_simple_template.py
b/tutorials/autotvm/tune_simple_template.py
index
2e877b4
..
b6ad7e9
100644
(file)
--- a/
tutorials/autotvm/tune_simple_template.py
+++ b/
tutorials/autotvm/tune_simple_template.py
@@
-172,7
+172,7
@@
def matmul_v1(N, L, M, dtype):
# However, we also provide another set of API to make the space definition
# easier and smarter. It is recommended to use this set of high level API.
#
-# In the flowing example, we use :any:`ConfigSpace.define_split` to define a split
+# In the f
ol
lowing example, we use :any:`ConfigSpace.define_split` to define a split
# knob. It will enumerate all the possible ways to split an axis and construct
# the space.
#