grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
OpBinary.da
grain
functions
binary
OpBinary
Undocumented in source.
Variable
!(
T
,
dim
,
DeviceStorage
)
da
;
struct
OpBinary
(T, size_t dim, string ops)
version(grain_cuda)
static if
(
opBinaryDict.keys.find(ops)
)
static if
(
ops == "*"
)
Variable
!(
T
,
dim
,
DeviceStorage
)
da
;
Variable
!(
T
,
dim
,
DeviceStorage
)
db
;
Meta
Source
See Implementation
grain
functions
binary
OpBinary
functions
backward
forward
manifest constants
opBinaryDict
mixins
__anonymous
variables
alpha1
alpha2
da
db
ha
hb
shape1
shape2