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:
6805d54
)
[REALY][OP] fix typo (#5315)
author
windclarion
<windclarion@gmail.com>
Mon, 13 Apr 2020 14:55:33 +0000
(22:55 +0800)
committer
GitHub
<noreply@github.com>
Mon, 13 Apr 2020 14:55:33 +0000
(07:55 -0700)
Signed-off-by: windclarion <windclarion@gmail.com>
python/tvm/relay/op/strategy/generic.py
patch
|
blob
|
history
diff --git
a/python/tvm/relay/op/strategy/generic.py
b/python/tvm/relay/op/strategy/generic.py
index
0a26080
..
c3eadce
100644
(file)
--- a/
python/tvm/relay/op/strategy/generic.py
+++ b/
python/tvm/relay/op/strategy/generic.py
@@
-118,7
+118,7
@@
def wrap_compute_softmax(topi_compute):
def softmax_strategy(attrs, inputs, out_type, target):
"""softmax generic strategy"""
strategy = _op.OpStrategy()
- strategy.add_implemenation(
+ strategy.add_implemen
t
ation(
wrap_compute_softmax(topi.nn.softmax),
wrap_topi_schedule(topi.generic.schedule_softmax),
name="softmax.generic")