Lines Matching defs:transpose
328 def transpose(src, shape):
871 trans = transpose(flattened, shape)
2106 b = bytes(transpose(list(range(12)), shape=[4,3]))
2110 b = bytes(transpose(list(range(12)), shape=[2,3,2]))
2273 x = ndarray(transpose(lst, [4, 3]), shape=[3, 4],
2296 x = ndarray(transpose(lst, [3, 4]), shape=[4, 3],
2352 x = ndarray(transpose(lst, [3, 4]), shape=[4, 3], flags=ND_WRITABLE)
3583 lst2 = transpose(lst1, [3, 2, 5])
3596 lst2 = transpose(lst1, [3, 2, 5])
3833 lst2 = transpose(lst1, [3, 2, 5])
3846 lst2 = transpose(lst1, [3, 2, 5])