OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PruneOptions
(Results
1 - 6
of
6
) sorted by null
/external/openfst/src/include/fst/script/
prune.h
32
struct
PruneOptions
{
38
explicit
PruneOptions
(const WeightClass& w, int64 s,
45
PruneOptions
(); // disallow
48
// converts a script::
PruneOptions
into a fst::
PruneOptions
.
54
fst::
PruneOptions
<A, AnyArcFilter<A> > ConvertPruneOptions(
55
const
PruneOptions
&opts) {
70
return fst::
PruneOptions
<A, AnyArcFilter<A> >(
76
typedef args::Package<MutableFstClass *, const
PruneOptions
&> PruneArgs1;
85
fst::
PruneOptions
<Arc, AnyArcFilter<Arc> > opts
[
all
...]
/external/openfst/src/script/
prune.cc
26
void Prune(MutableFstClass *fst, const
PruneOptions
&opts) {
34
const
PruneOptions
&opts) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h
29
class
PruneOptions
{
44
PruneOptions
(const Weight& t, ArcFilter f, vector<Weight> *id = 0,
57
const
PruneOptions
<Arc, ArcFilter> &opts) {
129
PruneOptions
<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>());
143
const
PruneOptions
<Arc, ArcFilter> &opts) {
241
PruneOptions
<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>());
/external/openfst/src/bin/
fstprune.cc
57
s::
PruneOptions
opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta);
/external/openfst/src/include/fst/
prune.h
35
class
PruneOptions
{
52
explicit
PruneOptions
(const Weight& w, StateId s, ArcFilter f,
60
PruneOptions
(); // disallow
101
const
PruneOptions
<Arc, ArcFilter> &opts) {
201
PruneOptions
<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
219
const
PruneOptions
<Arc, ArcFilter> &opts) {
332
PruneOptions
<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
determinize.h
[
all
...]
Completed in 1006 milliseconds