X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt.h;h=e8c3f375700b1d78b3c4ad570eee8292367e1203;hp=4335df3d25ee83308a2e586038a1d90b36447b0d;hb=HEAD;hpb=f542d0542b1e51ca7dd12bc6b96f6a299371ae8d diff --git a/svrt.h b/svrt.h index 4335df3..e8c3f37 100644 --- a/svrt.h +++ b/svrt.h @@ -19,8 +19,14 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ -THByteTensor *generate_vignettes(long n_problem, long nb_images); +THByteStorage *compress(THByteStorage *x); + +THByteStorage *uncompress(THByteStorage *x); + +void seed(long s); + +THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);