Function mnn::ffi::Tensor_createWith

source ยท
pub unsafe extern "C" fn Tensor_createWith(
    shape: *const i32,
    shapeSize: usize,
    typeCode: halide_type_t,
    data: *mut c_void,
    dimType: DimensionType,
) -> *mut Tensor