We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67e0ae commit a75c8adCopy full SHA for a75c8ad
python/tvm/relay/op/_tensor.py
@@ -277,4 +277,3 @@ def elemwise_shape_func(attrs, inputs, _):
277
register_shape_func("sigmoid", False, elemwise_shape_func)
278
register_shape_func("isnan", False, elemwise_shape_func)
279
register_shape_func("isinf", False, elemwise_shape_func)
280
-register_shape_func("where", False, elemwise_shape_func)
0 commit comments