Why is tf.concat much slower than np.concatenate and the “append” of the native python list? Should we avoid if possible?

后端 未结 0 1725
终归单人心
终归单人心 2021-01-02 20:15

I\'m implementing a math library using Tensorflow, which internally calls tf.concat quite often. I was curious about the speed of tf.concat. For te

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