registerFusedOp

fun registerFusedOp(opName: String, handler: FusedOpHandler<*, *>)(source)

Register a handler for a fused operation type.

Backends call this to register platform-specific implementations for fused ops produced by optimization passes.

Parameters

opName

The fused operation name (e.g., "fused_rms_norm")

handler

The handler that executes this fused op