[TVM Discuss] [Development] Where vs Select operators in the Tensorflow frontend

2019-07-24 Thread Yong Wu via TVM Discuss
@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

[TVM Discuss] [Development] Where vs Select operators in the Tensorflow frontend

2019-07-20 Thread Lixiaoquan via TVM Discuss
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