ggml_ceil: Ceiling (Graph)

View source: R/operations.R

ggml_ceilR Documentation

Ceiling (Graph)

Description

Creates a graph node for element-wise ceiling: ceil(x)

Usage

ggml_ceil(ctx, a)

Arguments

ctx

GGML context

a

Input tensor

Value

Tensor representing the ceil operation


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