ggml_floor: Floor (Graph)

View source: R/operations.R

ggml_floorR Documentation

Floor (Graph)

Description

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

Usage

ggml_floor(ctx, a)

Arguments

ctx

GGML context

a

Input tensor

Value

Tensor representing the floor operation


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