Searched refs:weighted (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/include/fst/script/
H A Drandgen.h47 opts.npath, opts.weighted);
53 opts.npath, opts.weighted);
59 opts.npath, opts.weighted);
/external/opencv/cvaux/src/
H A Dcvclique.cpp129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int weighted_edges )
133 if (weighted)
135 finder->weighted = 1;
152 else finder->weighted = 0;
250 if(finder->weighted)
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
294 if( finder->weighted && !finder->weighted_edges &&
379 if( finder->weighted )
393 if( finder->weighted )
415 if( finder->weighted )
[all...]
/external/openfst/src/bin/
H A Dfstrandgen.cc30 DEFINE_bool(weighted, false,
31 "Output tree weighted by path count vs. unweighted paths");
33 "Remove total weight when output weighted");
/external/openfst/src/include/fst/
H A Drandgen.h312 bool weighted; // Output tree weighted by path count; o.w. member in struct:fst::RandGenFstOptions
314 bool remove_total_weight; // Remove total weight when output is weighted.
321 weighted(w),
353 weighted_(opts.weighted),
506 // by RandGenOptionsFst. Output format is a tree weighted by the
591 bool weighted; // Output is tree weighted by path count; o.w. member in struct:fst::RandGenOptions
593 bool remove_total_weight; // Remove total weight when output is weighted.
600 weighted(
[all...]
H A Dproperties.h344 uint64 RandGenProperties(uint64 inprops, bool weighted);
/external/openfst/src/lib/
H A Dproperties.cc235 uint64 RandGenProperties(uint64 inprops, bool weighted) { argument
238 if (weighted) {
337 // Properties for re-weighted FST.
421 "weighted", "unweighted",
/external/oprofile/events/i386/nehalem/
H A Devents59 event:0x60 counters:0,1,2,3 um:offcore_requests_outstanding minimum:6000 name:OFFCORE_REQUESTS_OUTSTANDING : Counts weighted cycles of offcore requests.
78 event:0xB3 counters:0,1,2,3 um:snoopq_requests_outstanding minimum:6000 name:SNOOPQ_REQUESTS_OUTSTANDING : Counts weighted cycles of snoopq requests.
/external/opencv/cvaux/include/
H A Dcvaux.h328 int weighted; member in struct:CvCliqueFinder
343 int weighted CV_DEFAULT(0), int weighted_edges CV_DEFAULT(0));

Completed in 194 milliseconds