specific kind of slicing over tensor object in tensorflow

前端 未结 0 1208
走了就别回头了
走了就别回头了 2020-12-22 07:30

Summary of the question, Is this kind of slicing and then assignment supported in tensorflow?

out[tf_a2[y],x[:,None]] = tf_a1[tf_a2[y],x[:,None]]
final = out         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题