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