]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add `ELU`, `TANH`, `ARGMAX` (#316)
authorPAB <redacted>
Sun, 2 Jul 2023 15:25:37 +0000 (17:25 +0200)
committerGitHub <redacted>
Sun, 2 Jul 2023 15:25:37 +0000 (18:25 +0300)
commitbba0dafe5ea79cc8c5ab60de038b72bbb461c3d9
tree30ef82d9d2bc8850264d02bc7f5b34aa8f210efb
parent66ea4034165120cfc254cd2b7fd38a35ccef49b4
ggml : add `ELU`, `TANH`, `ARGMAX` (#316)

* add: `elu` activation

* add: `tanh` activation

* add: `argmax`

* ggml : rearrange ops - put "tanh" after "step"

---------

Co-authored-by: Georgi Gerganov <redacted>
include/ggml/ggml.h
src/ggml.c