(dnnl-abbreviate-blueprint fact eng src-desc dst-type)
(dnnl-gated-op-blueprint fwd-desc-fn
bwd-desc-fn
gts
fact
eng
src-desc
dst-desc
weights-type
dir
lrs
src-iter?
dst-iter?)
(dnnl-gru-blueprint fact
eng
src-desc
dst-desc
lrs
weights-type
src-iter?
dst-iter?)
(dnnl-lstm-blueprint fact
eng
src-desc
dst-desc
lrs
weights-type
src-iter?
dst-iter?)
(dnnl-rnn-blueprint fact
eng
src-desc
dst-desc
lrs
activ
alpha
weights-type
src-iter?
dst-iter?)
(dnnl-rnn-op-blueprint fact
eng
src-desc
dst-desc
weights-type
activ
alpha
dir
lrs
src-iter?
dst-iter?)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close