Update.
[flatland.git] / flatland.h
index a0a255f..cdde100 100644 (file)
@@ -1,2 +1,7 @@
 
-int generate_sequence(long nb_sequences, THByteTensor *output);
+THByteTensor *generate_sequence(int pulling,
+                                long nb_sequences,
+                                long nb_images,
+                                long image_height, long image_width,
+                                long nb_shapes,
+                                int random_shape_size, int random_colors);