Learn R Programming

ggmlR (version 0.6.1)

ggml_get_unary_op: Get Unary Operation from Tensor

Description

Returns the unary operation type for a unary operation tensor.

Usage

ggml_get_unary_op(tensor)

Value

Integer unary operation type

Arguments

tensor

Tensor pointer (must be a unary operation result)

See Also

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