OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fst_array
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
replace-util.h
74
ReplaceUtil(const vector<const Fst<Arc> *> &
fst_array
,
239
const vector<const Fst<Arc> *> &
fst_array
,
244
nonterminal_array_(
fst_array
.size()),
249
for (Label i = 1; i <
fst_array
.size(); ++i)
250
fst_array_.push_back(
fst_array
[i]->Copy());
replace.h
970
ReplaceFst(const vector<pair<Label, const Fst<A>* > >&
fst_array
,
972
: ImplToFst<Impl>(new Impl(
fst_array
, ReplaceFstOptions<A, T>(root))) {}
974
ReplaceFst(const vector<pair<Label, const Fst<A>* > >&
fst_array
,
976
: ImplToFst<Impl>(new Impl(
fst_array
, opts)) {}
1271
const vector<const Fst<A>*>&
fst_array
= impl_->
fst_array
_;
local
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h
546
ReplaceFst(const vector<pair<Label, const Fst<A>* > >&
fst_array
,
548
: impl_(new ReplaceFstImpl<A>(
fst_array
, ReplaceFstOptions(root))) {}
550
ReplaceFst(const vector<pair<Label, const Fst<A>* > >&
fst_array
,
552
: impl_(new ReplaceFstImpl<A>(
fst_array
, opts)) {}
Completed in 535 milliseconds