grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
AddBias.forward
grain
functions
binary
AddBias
Undocumented in source. Be warned that the author may not have intended to support it.
auto
forward
(Variable!(T, 2, HostStorage) a, Variable!(T, 1, HostStorage) b)
struct
AddBias
(T)
auto
forward
(
Variable
!(
T
, 2,
HostStorage
)
a
,
Variable
!(
T
, 1,
HostStorage
)
b
)
auto
forward
(Variable!(T, 2, DeviceStorage) a, Variable!(T, 1, DeviceStorage) b)
Meta
Source
See Implementation
grain
functions
binary
AddBias
functions
backward
forward
mixins
__anonymous