X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.h;h=94020c48cd12ce3bfb37e82af563abce99a2741e;hp=77b8b465245fdbd5e1173d6a59bb4f0c88e4ee84;hb=51d45bec8caf5896a113e79475abd7d2df4a646d;hpb=717e2208c858cb4cd746c721a29f72155938948a diff --git a/svrt.h b/svrt.h index 77b8b46..94020c4 100644 --- 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);