Unverified Commit 0d48361a by windclarion Committed by GitHub

[REALY][OP] fix typo (#5315)

Signed-off-by: windclarion <windclarion@gmail.com>
parent 6805d543
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment