| 2159 | } |
| 2160 | |
| 2161 | struct clip_image_f32 * clip_image_f32_init() { |
| 2162 | return new clip_image_f32(); |
| 2163 | } |
| 2164 | |
| 2165 | struct clip_image_f32_batch * clip_image_f32_batch_init() { |
| 2166 | return new clip_image_f32_batch(); |
no outgoing calls
no test coverage detected