Added storage compression / decompression functions to prepare for sets of 1M samples.
[pysvrt.git] / svrt.h
diff --git a/svrt.h b/svrt.h
index 77b8b46..94020c4 100644 (file)
--- a/svrt.h
+++ b/svrt.h
@@ -23,4 +23,8 @@
  *
  */
 
+THByteStorage *compress(THByteStorage *x);
+
+THByteStorage *uncompress(THByteStorage *x);
+
 THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);