Lines Matching refs:shape_t
1325 shape_t = [randrange(2, 10) for _ in range(ndim)]
1326 nitems = prod(shape_t)
1327 for shape in permutations(shape_t):
1537 shape_t = (2, 3, 5)
1538 nitems = prod(shape_t)
1539 for shape in permutations(shape_t):
1696 shape_t = (2, 3, 5)
1697 ndim = len(shape_t)
1698 nitems = prod(shape_t)
1699 for shape in permutations(shape_t):
1728 shape_t = (2, 3, 5, 2)
1729 ndim = len(shape_t)
1730 nitems = prod(shape_t)
1731 for shape in permutations(shape_t):
1817 shape_t = (2, 3, 5)
1818 ndim = len(shape_t)
1819 nitems = prod(shape_t)
1820 for shape in permutations(shape_t):