HomeSort by relevance Sort by last modified time
    Searched refs:weighted (Results 1 - 9 of 9) sorted by null

  /external/openfst/src/include/fst/script/
randgen.h 47 opts.npath, opts.weighted);
53 opts.npath, opts.weighted);
59 opts.npath, opts.weighted);
  /external/opencv/cvaux/src/
cvclique.cpp 129 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/
fstrandgen.cc 30 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/
randgen.h 312 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(w)
    [all...]
properties.h 344 uint64 RandGenProperties(uint64 inprops, bool weighted);
  /external/openfst/src/lib/
properties.cc 235 uint64 RandGenProperties(uint64 inprops, bool weighted) {
238 if (weighted) {
337 // Properties for re-weighted FST.
421 "weighted", "unweighted",
  /external/oprofile/events/i386/nehalem/
events 59 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/
cvaux.h 328 int weighted; member in struct:CvCliqueFinder
343 int weighted CV_DEFAULT(0), int weighted_edges CV_DEFAULT(0));
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 315 * @return {{r: number, g: number, b: number}} weighted average color.

Completed in 1270 milliseconds