Home | History | Annotate | Download | only in kernel_tests

Lines Matching refs:reshape

32   return np.reshape(np.cumsum(np.ones(shape), dtype=np.int32), newshape=shape)
59 weights=np.asarray((5,)).reshape((1, 1, 1)),
64 weights=np.asarray((5, 7, 11, 3)).reshape((1, 1, 4)),
69 weights=np.asarray((5, 11)).reshape((1, 2, 1)),
74 weights=np.asarray((5, 7, 11, 3, 2, 13, 7, 5)).reshape((1, 2, 4)),
79 weights=np.asarray((5, 7, 11)).reshape((3, 1, 1)),
85 5, 7, 11, 3, 2, 12, 7, 5, 2, 17, 11, 3)).reshape((3, 1, 4)),
92 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((3, 2, 4)),
115 weights=np.asarray((5,)).reshape((1, 1)),
120 weights=np.asarray((5, 7, 11, 3, 2, 12)).reshape((3, 2)),
125 weights=np.asarray((5, 7, 11, 3, 2, 12, 7, 5)).reshape((2, 4)),
130 weights=np.asarray((5,)).reshape((1, 1, 1, 1)),
137 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((3, 2, 4, 1)),
144 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((1, 3, 2, 4)),
175 weights=np.asarray((5,)).reshape((1, 1, 1)),
180 weights = np.asarray((5, 7, 11, 3)).reshape((1, 1, 4))
187 weights = np.asarray((5, 11)).reshape((1, 2, 1))
194 weights = np.asarray((5, 7, 11, 3, 2, 13, 7, 5)).reshape((1, 2, 4))
201 weights = np.asarray((5, 7, 11)).reshape((3, 1, 1))
209 5, 7, 11, 3, 2, 12, 7, 5, 2, 17, 11, 3)).reshape((3, 1, 4))
218 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((3, 2, 4))
242 weights=np.asarray((5,)).reshape((1, 1)),
247 weights=np.asarray((5, 7, 11, 3, 2, 12)).reshape((3, 2)),
252 weights=np.asarray((5, 7, 11, 3, 2, 12, 7, 5)).reshape((2, 4)),
257 weights=np.asarray((5,)).reshape((1, 1, 1, 1)),
264 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((3, 2, 4, 1)),
271 2, 17, 11, 3, 5, 7, 11, 3, 2, 12, 7, 5)).reshape((1, 3, 2, 4)),