Home
last modified time | relevance | path

Searched refs:GetWeight (Results 1 – 17 of 17) sorted by relevance

/external/openfst/src/include/fst/script/
Dprune.h59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>()); in ConvertPruneOptions()
66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>()); in ConvertPruneOptions()
115 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>()); in Prune()
126 typename Arc::Weight w = *(args->arg2.GetWeight<typename Arc::Weight>()); in Prune()
Dweight-class.h99 const W* GetWeight() const;
151 const W* WeightClass::GetWeight() const { in GetWeight() function
Dreweight.h41 potentials[i] = *(args->arg2[i].GetWeight<Weight>()); in Reweight()
Drmepsilon.h72 *(opts.weight_threshold.GetWeight<Weight>()); in RmEpsilonHelper()
160 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>()); in RmEpsilon()
Ddisambiguate.h54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>()); in Disambiguate()
Ddeterminize.h54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>()); in Determinize()
Dshortest-path.h67 *(opts.weight_threshold.GetWeight<Weight>()); in ShortestPath()
164 *(args->arg6.GetWeight<typename Arc::Weight>()); in ShortestPath()
Dmap.h60 typename Arc::Weight w = *(args->args.arg4.GetWeight<typename Arc::Weight>()); in Map()
/external/opencv/cvaux/src/
D_cvfacedetection.h60 inline double GetWeight();
85 inline double FaceFeature::GetWeight() in GetWeight() function
229 virtual double GetWeight() = 0;
248 double dWeight = m_lpIdealFace[i].GetWeight(); in isFeature()
290 virtual double GetWeight();
Dcvface.cpp107 m_lpIdealFace[j].SetWeight( lpTmp[j].GetWeight() ); in RFace()
128 double RFace::GetWeight() in GetWeight() function in RFace
Dcvfacedetection.cpp217 CurStat = tmp->GetWeight(); in CreateResults()
225 CurStat = tmp->GetWeight(); in CreateResults()
/external/skia/src/ports/
DSkTypeface_win_dw.h29 return SkFontStyle(font->GetWeight(), in get_style()
DSkRemotableFontMgr_win_dw.cpp153 int weight = font->GetWeight(); in FontToIdentity()
DSkFontMgr_win_dw.cpp1025 int weight = font->GetWeight(); in getStyle()
/external/openfst/src/include/fst/
Dlookahead-filter.h376 const Weight &fweight = f2.GetWeight(); in FilterArc()
388 const Weight &fweight = f2.GetWeight(); in FilterFinal()
Dcompose-filter.h105 W GetWeight() const { return weight_; } in GetWeight() function
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h112 *(args->arg4.weight_threshold.GetWeight<typename Arc::Weight>()))); in PdtExpand()