* - implementation of depthwise_conv2d (both ff/bp) based on mkl dnn api * - minor corrections in deconv3d Signed-off-by: Yurii <iuriish@yahoo.com> * - remove unnecessary time test Signed-off-by: Yurii <iuriish@yahoo.com> * - update mkl dnn version in cmake Signed-off-by: Yurii <iuriish@yahoo.com> * - take into account several notes given by pr reviewer Signed-off-by: Yurii <iuriish@yahoo.com> * - fix bug in depthwise conv2d op based on mkl Signed-off-by: Yurii <iuriish@yahoo.com> |
||
---|---|---|
.. | ||
activations | ||
bitwise | ||
blas | ||
boolean | ||
broadcastable | ||
compat | ||
datatypes | ||
flow | ||
grad | ||
helpers | ||
images | ||
kernels | ||
list | ||
loss | ||
nlp | ||
nn | ||
parity_ops | ||
random | ||
recurrent | ||
shape | ||
strings | ||
tests | ||
thrid_party | ||
transforms | ||
tsne | ||
util | ||
CustomOperations.cpp | ||
README.md | ||
parity_ops.cpp |
README.md
Generic ops
Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.