yobx.reference.ops.op_gemm_fast_gelu#

class yobx.reference.ops.op_gemm_fast_gelu.GemmFastGelu(onnx_node: NodeProto, run_params: dict[str, Any], schema: Any = None)[source]#

Implements the com.microsoft.GemmFastGelu operator.

Computes FastGelu(A @ B + bias) where bias is optional.