Commit 3d434e84 by Haichen Shen Committed by Yizhi Liu

[Fix][Relay] Remove schedule register for nonexisting log1p op (#4425)

parent aab65ad2
......@@ -26,7 +26,6 @@ schedule_broadcast = schedule_injective
schedule_elemwise = schedule_injective
register_schedule("log", schedule_broadcast)
register_schedule("log1p", schedule_broadcast)
register_schedule("cos", schedule_broadcast)
register_schedule("sin", schedule_broadcast)
register_schedule("atan", schedule_broadcast)
......
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