ggml_floor_inplace: Floor In-place (Graph)
Description
Creates a graph node for in-place element-wise floor.
Usage
ggml_floor_inplace(ctx, a)
Value
View of tensor a with floor values
Arguments
- ctx
GGML context
- a
Input tensor (will be modified in-place)