Learn R Programming

ggmlR (version 0.6.1)

ggml_ceil: Ceiling (Graph)

Description

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

Usage

ggml_ceil(ctx, a)

Value

Tensor representing the ceil operation

Arguments

ctx

GGML context

a

Input tensor