@ydy Where needs to wait dynamism is supported (a few guys are working on
dynamism actively)
---
[Visit
Topic](https://discuss.tvm.ai/t/where-vs-select-operators-in-the-tensorflow-frontend/3373/10)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe
I am afraid OP where is different from OP Select
Select is from tf.where(condition, x, y), but Where is from tf.where(x)
Where:
https://github.com/tensorflow/tensorflow/blob/144bfee21ad830bcbdd1bc8f138684cca0e3234f/tensorflow/core/ops/array_ops.cc#L2027
Select:
https://github.com/tensorflow/t