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