Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devfacet committed Jul 5, 2024
1 parent b7b6215 commit ca8a416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nn_activation.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ typedef struct {
*
* @param type The type of activation function (scalar or tensor).
* @param func The activation function.
*
* @return The activation function.
*/
NNActFunc nn_act_func_init(NNActFuncType type, void *func);

Expand Down

0 comments on commit ca8a416

Please sign in to comment.