Function wasmedge_tensorflow_interface::wasmedge_image_load_png_to_bgr32f[][src]

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