Function mlir_sys::mlirOperationWriteBytecodeWithConfig
source · pub unsafe extern "C" fn mlirOperationWriteBytecodeWithConfig(
op: MlirOperation,
config: MlirBytecodeWriterConfig,
callback: MlirStringCallback,
userData: *mut c_void
) -> MlirLogicalResult
Expand description
Same as mlirOperationWriteBytecode but with writer config and returns failure only if desired bytecode could not be honored.