[Bug] [Frontend][Tensorflow] tf.where with broadcast condition fails to import due to Incompatible broadcast type #13855
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
The test case below fails to import in tvm:
Expected behavior
Should be identical to tensorflow output:
Actual behavior
Failed with this error:
Incompatible broadcast type TensorType([5], bool) and TensorType([5, 2], float32)
Environment
Steps to reproduce
Add above testcase to tests/python/frontend/tensorflow/test_forward.py and run
python -m pytest tests/python/frontend/tensorflow/test_forward.py -k test_forward_where_with_broadcast_cond
Triage
The text was updated successfully, but these errors were encountered: