golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
Activation
golem
nn
Undocumented in source.
struct
Activation (
alias
f
) {
import
std
.
functional
:
unaryFun
;
;
alias
fun
=
unaryFun
!
f
;
auto
opCall
(T x);
}
Members
Aliases
fun
alias
fun
=
unaryFun
!
f
Undocumented in source.
Functions
opCall
auto
opCall
(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
golem
nn
classes
BatchNorm
Conv2D
LiftPool2D
Linear
Perceptron
Sequence
enums
hasParameters
structs
Activation