MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / make_clip_image_u8

Function make_clip_image_u8

examples/llava/clip.cpp:683–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683clip_image_u8 * make_clip_image_u8() {
684 auto img = new clip_image_u8();
685 return img;
686}
687clip_image_f32 * make_clip_image_f32() { return new clip_image_f32(); }
688
689void clip_image_u8_free(clip_image_u8 * img) { if (img->data) { delete[] img->data; } delete img; }

Callers 2

clip_image_preprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected