Easy there a way to take the element-wise max between two tensors, as in tf.maximum? My current work-around is def max(t1, t2): combined ...
確定! 回上一頁