ggml_geglu_quick: GeGLU Quick (Fast GeGLU) (Graph)

View source: R/operations.R

ggml_geglu_quickR Documentation

GeGLU Quick (Fast GeGLU) (Graph)

Description

Creates a graph node for fast GeGLU approximation. Uses faster but less accurate GELU approximation for gating.

Usage

ggml_geglu_quick(ctx, a)

Arguments

ctx

GGML context

a

Input tensor (first dimension must be even)

Value

Tensor with half the first dimension of input


ggmlR documentation built on July 14, 2026, 1:08 a.m.