Home
last modified time | relevance | path

Searched defs:fwds (Results 1 – 25 of 52) sorted by relevance

123

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_concat-inl.h55 static thread_local std::unordered_map<OpSignature, MKLDNNConcatFwd, OpHash> fwds; in GetConcatForward() local
H A Dmkldnn_slice.cc76 static thread_local std::unordered_map<MKLDNNSliceSignature, MKLDNNSliceFwd, OpHash> fwds; in GetSliceForward() local
H A Dmkldnn_reshape.cc106 MKLDNNReshapeFwd, OpHash> fwds; in GetReshapeForward() local
H A Dmkldnn_softmax_output.cc68 std::unordered_map<MKLDNNSoftmaxOuputSignature, MKLDNNSoftmaxOutputFwd, OpHash> fwds; in GetSoftmaxOutputForward() local
H A Dmkldnn_deconvolution.cc56 static thread_local deconv_fwd_map fwds; in GetCached() local
58 static MX_THREAD_LOCAL deconv_fwd_map fwds; in GetCached() local
H A Dmkldnn_sum.cc85 static thread_local std::unordered_map<OpSignature, MKLDNNSumFwd, OpHash> fwds; in GetSumForward() local
H A Dmkldnn_transpose.cc124 MKLDNNTransposeForward, OpHash> fwds; in GetTransposeForward() local
H A Dmkldnn_convolution.cc381 static thread_local conv_fwd_map fwds; in GetConvFwd() local
383 static MX_THREAD_LOCAL conv_fwd_map fwds; in GetConvFwd() local
H A Dmkldnn_log_softmax.cc107 OpHash> fwds; in GetLogSoftmaxFwd() local
H A Dmkldnn_softmax.cc107 static thread_local std::unordered_map<MKLDNNSoftmaxSignature, MKLDNNSoftmaxFwd, OpHash> fwds; in GetSoftmaxFwd() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_concat-inl.h55 static thread_local std::unordered_map<OpSignature, MKLDNNConcatFwd, OpHash> fwds; in GetConcatForward() local
H A Dmkldnn_slice.cc76 static thread_local std::unordered_map<MKLDNNSliceSignature, MKLDNNSliceFwd, OpHash> fwds; in GetSliceForward() local
H A Dmkldnn_reshape.cc106 MKLDNNReshapeFwd, OpHash> fwds; in GetReshapeForward() local
H A Dmkldnn_softmax_output.cc68 std::unordered_map<MKLDNNSoftmaxOuputSignature, MKLDNNSoftmaxOutputFwd, OpHash> fwds; in GetSoftmaxOutputForward() local
H A Dmkldnn_deconvolution.cc56 static thread_local deconv_fwd_map fwds; in GetCached() local
58 static MX_THREAD_LOCAL deconv_fwd_map fwds; in GetCached() local
H A Dmkldnn_sum.cc85 static thread_local std::unordered_map<OpSignature, MKLDNNSumFwd, OpHash> fwds; in GetSumForward() local
H A Dmkldnn_transpose.cc124 MKLDNNTransposeForward, OpHash> fwds; in GetTransposeForward() local
H A Dmkldnn_convolution.cc381 static thread_local conv_fwd_map fwds; in GetConvFwd() local
383 static MX_THREAD_LOCAL conv_fwd_map fwds; in GetConvFwd() local
H A Dmkldnn_log_softmax.cc107 OpHash> fwds; in GetLogSoftmaxFwd() local
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dcfbgibbs.c411 double **fwds, int R, in csamplestatepath()
469 double **fwds, int R, int N, in csamplestatepathH()
545 void cforwards(int totalobs, int* obs, ghmm_dmodel *mo, int R, double **fwds, in cforwards()
616 int R, double **fwds, in cforwardsH()
725 double **pA, double **pB, double *pPi, int* Q, int R, double**fwds, in ghmm_dmodel_cfbgibbstep()
765 double **fwds = ighmm_cmatrix_alloc(shtsize, mo->N); in ghmm_dmodel_cfbgibbs() local
828 double **fwds = ighmm_cmatrix_alloc(shtsize, mo->N); in ghmm_dmodel_cfbgibbs() local
882 double**fwds, double ***sneak, double ****mats, double *****rmats, int **mflag, in ghmm_dmodel_cfbgibbstepH()
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/driftcomputation/
H A Dlmmnormaldriftcalculator.cpp64 void LMMNormalDriftCalculator::compute(const std::vector<Rate>& fwds, in compute()
H A Dlmmdriftcalculator.cpp72 void LMMDriftCalculator::compute(const std::vector<Rate>& fwds, in compute()
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/
H A Dcurvestate.cpp48 std::vector<Rate>& fwds) { in forwardsFromDiscountRatios()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/quantization/mkldnn/
H A Dmkldnn_quantized_elemwise_add.cc68 MKLDNNQuantizedElemwiseAddFwd, OpHash> fwds; in GetQuantizedElemwiseAddForward() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/quantization/mkldnn/
H A Dmkldnn_quantized_elemwise_add.cc68 MKLDNNQuantizedElemwiseAddFwd, OpHash> fwds; in GetQuantizedElemwiseAddForward() local

123