Lines Matching refs:shape_t
1351 shape_t = [randrange(2, 10) for _ in range(ndim)]
1352 nitems = prod(shape_t)
1353 for shape in permutations(shape_t):
1563 shape_t = (2, 3, 5)
1564 nitems = prod(shape_t)
1565 for shape in permutations(shape_t):
1722 shape_t = (2, 3, 5)
1723 ndim = len(shape_t)
1724 nitems = prod(shape_t)
1725 for shape in permutations(shape_t):
1754 shape_t = (2, 3, 5, 2)
1755 ndim = len(shape_t)
1756 nitems = prod(shape_t)
1757 for shape in permutations(shape_t):
1843 shape_t = (2, 3, 5)
1844 ndim = len(shape_t)
1845 nitems = prod(shape_t)
1846 for shape in permutations(shape_t):