Skip to content

Commit

Permalink
Remove duplicate shape func for 'where'
Browse files Browse the repository at this point in the history
Remove duplicate shape function for 'copy'
  • Loading branch information
Trevor Morris committed Dec 2, 2020
1 parent 010b46a commit cbb0430
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tvm/relay/op/_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,4 @@ 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)
register_shape_func("copy", False, elemwise_shape_func)
register_shape_func("logical_not", False, elemwise_shape_func)

0 comments on commit cbb0430

Please sign in to comment.