Learn R Programming

ggmlR (version 0.6.1)

ggml_log_inplace: Natural Logarithm In-place (Graph)

Description

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

Usage

ggml_log_inplace(ctx, a)

Value

View of tensor a with log values

Arguments

ctx

GGML context

a

Input tensor (will be modified in-place)