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

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

Completed in 301 milliseconds