Function mlir_sys::mlirUnrankedTensorTypeGetChecked
source · pub unsafe extern "C" fn mlirUnrankedTensorTypeGetChecked(
loc: MlirLocation,
elementType: MlirType
) -> MlirType
Expand description
Same as “mlirUnrankedTensorTypeGet” but returns a nullptr wrapping MlirType on illegal arguments, emitting appropriate diagnostics.