mlirShapedTypeGetDynamicSize

Function mlirShapedTypeGetDynamicSize 

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

Returns the value indicating a dynamic size in a shaped type. Prefer mlirShapedTypeIsDynamicSize and mlirShapedTypeIsStaticSize to direct comparisons with this value.