Skip to content

Commit

Permalink
Remove incorrect/duplicate shape_func for where
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Morris committed Oct 23, 2020
1 parent f67e0ae commit a75c8ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/op/_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,3 @@ def elemwise_shape_func(attrs, inputs, _):
register_shape_func("sigmoid", False, elemwise_shape_func)
register_shape_func("isnan", False, elemwise_shape_func)
register_shape_func("isinf", False, elemwise_shape_func)
register_shape_func("where", False, elemwise_shape_func)

0 comments on commit a75c8ad

Please sign in to comment.