mtmd_encode method
Implementation
int mtmd_encode(
ffi.Pointer<mtmd_context> ctx,
ffi.Pointer<mtmd_image_tokens> image_tokens,
) {
return _mtmd_encode(
ctx,
image_tokens,
);
}
int mtmd_encode(
ffi.Pointer<mtmd_context> ctx,
ffi.Pointer<mtmd_image_tokens> image_tokens,
) {
return _mtmd_encode(
ctx,
image_tokens,
);
}