Function mnn::ffi::Interpreter_resizeTensorByNCHW

source ยท
pub unsafe extern "C" fn Interpreter_resizeTensorByNCHW(
    interpreter: *mut Interpreter,
    tensor: *mut Tensor,
    batch: i32,
    channel: i32,
    height: i32,
    width: i32,
)