Home
last modified time | relevance | path

Searched refs:image_data2 (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_corr3d.py120 image_data2 = np.zeros((N_image_shape[0], N_image_shape[1],
124 image_data2[:, :,
128 image_data = image_data2
H A Dtest_conv.py111 image_data2 = np.zeros((N_image_shape[0], N_image_shape[1],
114 image_data2[
117 image_data = image_data2
H A Dtest_corr.py116 image_data2 = np.zeros((N_image_shape[0], N_image_shape[1],
119 image_data2[:, :, padHW[0]:padHW[0] + N_image_shape[2],
121 image_data = image_data2
/dports/x11/bitmap/bitmap-1.0.9/
H A DBitmap.c911 unsigned char *image_data2; in Initialize() local
917 &width, &height, &image_data2, in Initialize()
923 image = CreateBitmapImage(new, (char *)image_data2, width, height); in Initialize()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/rest/admin/
H A Dtest_user.py3086 image_data2 = unhexlify(
3101 media2 = self._create_media_and_access(other_user_tok, image_data2, "image.gif")