[REALY][OP] fix typo (#5315)
authorwindclarion <windclarion@gmail.com>
Mon, 13 Apr 2020 14:55:33 +0000 (22:55 +0800)
committerGitHub <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

index 0a26080..c3eadce 100644 (file)
@@ -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_implementation(
         wrap_compute_softmax(topi.nn.softmax),
         wrap_topi_schedule(topi.generic.schedule_softmax),
         name="softmax.generic")