Learn R Programming

ggmlR (version 0.6.1)

ggml_elu_inplace: ELU Activation In-place (Graph)

Description

Creates a graph node for in-place ELU (Exponential Linear Unit) activation.

Usage

ggml_elu_inplace(ctx, a)

Value

View of tensor a with ELU applied

Arguments

ctx

GGML context

a

Input tensor (will be modified in-place)