Skip to main content

executorch_TensorImpl_new

Function executorch_TensorImpl_new 

Source
pub unsafe extern "C" fn executorch_TensorImpl_new(
    self_: *mut ET_TensorImpl,
    type_: ET_ScalarType,
    dim: usize,
    sizes: *mut ET_SizesType,
    data: *mut c_void,
    dim_order: *mut ET_DimOrderType,
    strides: *mut ET_StridesType,
    dynamism: ET_TensorShapeDynamism,
)