clip : style changes

This commit is contained in:
Georgi Gerganov 2024-08-06 11:44:29 +03:00 committed by GitHub
parent 65f7455cea
commit 6e299132e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 38 deletions

View file

@ -30,6 +30,7 @@ struct clip_image_size {
int width;
int height;
};
struct clip_image_u8_batch {
struct clip_image_u8 * data;
size_t size;