X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;h=e86533eae1cc2140369979645d43fb2d3240da68;hp=a0a255f89cd6ab542bd3c63f6cb91a8b7ba0f9be;hb=6c81a4b8ff7547e793d3f8bbd41ecdfdb73cbbbe;hpb=5d4e9eaeec9263692d39ca840e498a5f1d818eaa diff --git a/flatland.h b/flatland.h index a0a255f..e86533e 100644 --- a/flatland.h +++ b/flatland.h @@ -1,2 +1,5 @@ -int generate_sequence(long nb_sequences, THByteTensor *output); +THByteTensor *generate_sequence(long nb_sequences, + long nb_images, + long image_height, long image_width, + int random_shape_size, int random_colors);