Learn R Programming

ggmlR (version 0.6.1)

ggml_floor: Floor (Graph)

Description

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

Usage

ggml_floor(ctx, a)

Value

Tensor representing the floor operation

Arguments

ctx

GGML context

a

Input tensor