Learn R Programming

ggmlR (version 0.6.1)

ggml_op_desc: Get Operation Description from Tensor

Description

Returns a description of the operation that produces a tensor.

Usage

ggml_op_desc(tensor)

Value

Character string describing the operation

Arguments

tensor

Tensor pointer

See Also

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