Skip to content

Commit

Permalink
Add logical_not shape registration. (apache#7820)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <jwfromm@jwfromm-cpu-dev.itxhlkosmouevgkdrmwxfbs5qh.xx.internal.cloudapp.net>
  • Loading branch information
jwfromm and Ubuntu authored Apr 11, 2021
1 parent 461d06e commit dec51c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/op/_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,4 @@ def elemwise_shape_func(attrs, inputs, _):
register_shape_func("log2", False, elemwise_shape_func)
register_shape_func("sigmoid", False, elemwise_shape_func)
register_shape_func("tanh", False, elemwise_shape_func)
register_shape_func("logical_not", False, elemwise_shape_func)

0 comments on commit dec51c5

Please sign in to comment.