Function mlir_sys::mlirOperationImplementsInterface
source · pub unsafe extern "C" fn mlirOperationImplementsInterface(
operation: MlirOperation,
interfaceTypeID: MlirTypeID
) -> bool
Expand description
Returns true
if the given operation implements an interface identified by
its TypeID.