X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=svrt.h;h=ff77fb9fae008ae34bb3d6a86b9beb4e78aad185;hb=e6757e3b043bf0ade8ad71335f72c7159865f218;hp=77b8b465245fdbd5e1173d6a59bb4f0c88e4ee84;hpb=24368498f3065e8a4be34c5e8e2b68f9d1220f7d;p=pysvrt.git diff --git a/svrt.h b/svrt.h index 77b8b46..ff77fb9 100644 --- a/svrt.h +++ b/svrt.h @@ -23,4 +23,10 @@ * */ +THByteStorage *compress(THByteStorage *x); + +THByteStorage *uncompress(THByteStorage *x); + +void seed(long s); + THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);