Home | History | Annotate | Download | only in kernel_tests

Lines Matching refs:total_size

111     total_size = 1
113 total_size *= s
126 input_sizes, total_size, pool_func, ksize, strides)
129 x = [((f + 128) % 255) - 127 for f in range(total_size)]
908 total_size = 1
910 total_size *= s
913 x = [f * 1.0 for f in range(1, total_size + 1)]
922 np.arange(1, total_size + 1),
984 total_size = 1
986 total_size *= s
989 x = [f * 1.0 for f in range(1, total_size + 1)]
998 np.arange(1, total_size + 1),