单项选择题

a =tf.constant([1,2,3,4])b =a.transpose(2,3,1,0)的结果是()

A.[1,2,3,4]
B.[4,3,2,1]
C.[3,2,4,1]
D.[3,4,2,1]