如何按照以下模式排列tf张量的特定维度:例如[0,1,2,3,4]->[1,2,3,4,0]?
更一般地说,我如何旋转n个位置?
试试这个:
# 't' is [0, 1, 2, 3, 4]
tf.roll(t, shift=-1, axis=0) ==> [1, 2, 3, 4, 0]
如何按照以下模式排列tf张量的特定维度:例如[0,1,2,3,4]->[1,2,3,4,0]?
更一般地说,我如何旋转n个位置?
试试这个:
# 't' is [0, 1, 2, 3, 4]
tf.roll(t, shift=-1, axis=0) ==> [1, 2, 3, 4, 0]
javascript python java c# php android html jquery c++ css ios sql mysql arrays asp.net json python-3.x ruby-on-rails .net sql-server django objective-c excel regex ruby linux ajax iphone xml vba spring asp.net-mvc database wordpress string postgresql wpf windows xcode bash git oracle list vb.net multithreading eclipse algorithm macos powershell visual-studio image forms numpy scala function api selenium