X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;h=cdde100742f334fa1a4554c101b97d5124d3a4c0;hp=ba91f6790df022d9d69ddd78495e138f911c81b3;hb=4a824920ad843ba0d1bd3d9b10a8eb0188a2bc63;hpb=7e2780052c458a329fc36253b83eb5194ffb7fed diff --git a/flatland.h b/flatland.h index ba91f67..cdde100 100644 --- a/flatland.h +++ b/flatland.h @@ -1,6 +1,7 @@ -THByteTensor *generate_sequence(long nb_sequences, +THByteTensor *generate_sequence(int pulling, + long nb_sequences, long nb_images, long image_height, long image_width, - int nb_shapes, + long nb_shapes, int random_shape_size, int random_colors);