ggml_log_inplace: Natural Logarithm In-place (Graph)

View source: R/operations.R

ggml_log_inplaceR Documentation

Natural Logarithm In-place (Graph)

Description

Creates a graph node for in-place element-wise natural logarithm.

Usage

ggml_log_inplace(ctx, a)

Arguments

ctx

GGML context

a

Input tensor (will be modified in-place)

Value

View of tensor a with log values


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