Liking cljdoc? Tell your friends :D

uncomplicate.diamond.internal.dnnl.rnn


dnnl-abbreviate-blueprintclj

(dnnl-abbreviate-blueprint fact eng src-desc dst-type)

dnnl-gated-op-blueprintclj

(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-blueprintclj

(dnnl-gru-blueprint fact
                    eng
                    src-desc
                    dst-desc
                    lrs
                    weights-type
                    src-iter?
                    dst-iter?)

dnnl-gru-op-blueprintclj


dnnl-lstm-blueprintclj

(dnnl-lstm-blueprint fact
                     eng
                     src-desc
                     dst-desc
                     lrs
                     weights-type
                     src-iter?
                     dst-iter?)

dnnl-lstm-op-blueprintclj


dnnl-rnn-blueprintclj

(dnnl-rnn-blueprint fact
                    eng
                    src-desc
                    dst-desc
                    lrs
                    activ
                    alpha
                    weights-type
                    src-iter?
                    dst-iter?)

dnnl-rnn-op-blueprintclj

(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