In order to stack list of tf tensors you could use the tf function stack hence the name. for ur case, tf.stack([some_function(x) for x in ...
確定! 回上一頁