Home | History | Annotate | Download | only in tests

Lines Matching refs:patches

32   def _VerifyValues(self, image, ksizes, strides, rates, padding, patches):
41 patches: Expected output.
58 self.assertAllClose(patches, out_tensor.eval(feed_dict=feed_dict))
65 patches = np.reshape(range(120), [2, 3, 4, 5])
73 patches=patches)
80 patches = image[:, ::2, ::3, :]
88 patches=patches)
95 patches = [[[[1, 2, 3, 4]]]]
102 patches=patches)
109 patches = [[[[1, 2, 3, 4], [2, 0, 4, 0]], [[3, 4, 0, 0], [4, 0, 0, 0]]]]
116 patches=patches)
123 patches = [[[[0, 2, 8, 10], [1, 3, 9, 11]],
131 patches=patches)