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