相当于Tensorflow中的theano.tensor.switch

时间:2017-10-25 21:59:40

标签: numpy tensorflow theano

Tensorflow中是否有与theano.tensor.switch(cond, ift, iff)完全相同的功能?

1 个答案:

答案 0 :(得分:0)

在TensorFlow中,您可以使用tf.condhttps://www.tensorflow.org/api_docs/python/tf/cond)。文档中有一些例子。

编辑:正如你所提到的,这个操作不是元素明智的,那么它等价于tf.where(https://www.tensorflow.org/api_docs/python/tf/where