ggml_tanh_inplace: Tanh Activation In-place (Graph)

View source: R/operations.R

ggml_tanh_inplaceR Documentation

Tanh Activation In-place (Graph)

Description

Creates a graph node for in-place hyperbolic tangent activation.

Usage

ggml_tanh_inplace(ctx, a)

Arguments

ctx

GGML context

a

Input tensor (will be modified in-place)

Value

View of tensor a with tanh applied


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