mlirShapedTypeGetDynamicStrideOrOffset

Function mlirShapedTypeGetDynamicStrideOrOffset 

Source
pub unsafe extern "C" fn mlirShapedTypeGetDynamicStrideOrOffset() -> i64
Expand description

Returns the value indicating a dynamic stride or offset in a shaped type. Prefer mlirShapedTypeIsDynamicStrideOrOffset and mlirShapedTypeIsStaticStrideOrOffset to direct comparisons with this value.