Learn R Programming

ggmlR (version 0.6.1)

ggml_op_symbol: Get Operation Symbol

Description

Returns the mathematical symbol for a GGML operation.

Usage

ggml_op_symbol(op)

Value

Character string with operation symbol

Arguments

op

GGML operation constant

See Also

Other op_info: ggml_get_unary_op(), ggml_op_desc(), ggml_op_name(), ggml_unary_op_name()