Skip to content

Commit

Permalink
[Fix][Relay] Remove schedule register for nonexisting log1p op (#4425)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon authored and yzhliu committed Nov 26, 2019
1 parent aab65ad commit 3d434e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/op/_tensor.py
Expand Up @@ -26,7 +26,6 @@
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)
Expand Down

0 comments on commit 3d434e8

Please sign in to comment.