Add ml::activation_type::count
This commit is contained in:
parent
d410c970e6
commit
def0615baa
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ namespace psemek::ml
|
|||
sigmoid,
|
||||
tanh,
|
||||
relu,
|
||||
|
||||
count,
|
||||
};
|
||||
|
||||
struct unknown_activation_type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue