Home
last modified time | relevance | path

Searched refs:ReplaceFstOptions (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreplace.h36 struct ReplaceFstOptions : CacheOptions { struct
40 ReplaceFstOptions(const CacheOptions &opts, int64 r) in ReplaceFstOptions() argument
42 explicit ReplaceFstOptions(int64 r) in ReplaceFstOptions() argument
44 ReplaceFstOptions(int64 r, bool epsilon_replace_arc) in ReplaceFstOptions() function
46 ReplaceFstOptions() in ReplaceFstOptions() argument
99 const ReplaceFstOptions &opts) in ReplaceFstImpl()
114 explicit ReplaceFstImpl(const ReplaceFstOptions &opts) in ReplaceFstImpl()
488 ReplaceFstOptions opts_;
548 : impl_(new ReplaceFstImpl<A>(fst_array, ReplaceFstOptions(root))) {} in ReplaceFst()
551 const ReplaceFstOptions &opts) in ReplaceFst()
[all …]
Drational.h57 : ReplaceFstImpl<A>(ReplaceFstOptions(opts, kNoLabel)), in RationalFstImpl()