Function wasmedge_tensorflow_interface::wasmedge_image_load_jpg_to_bgr8[][src]

pub unsafe extern "C" fn wasmedge_image_load_jpg_to_bgr8(
    img_buf: *const u8,
    img_buf_len: u32,
    img_width: u32,
    img_height: u32,
    dst_buf: *mut u8
) -> u32