Searched refs:kDelta (Results 26 - 50 of 67) sorted by relevance

123

/external/openfst/src/bin/
H A Dfstshortestpath.cc24 DEFINE_double(delta, fst::kDelta, "Comparison/quantization delta");
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h30 float delta = kDelta,
28 FarEqual(const string &filename1, const string &filename2, float delta = kDelta, const string &begin_key = string(), const string &end_key = string()) argument
/external/openfst/src/include/fst/
H A Dsparse-power-weight.h139 SparsePowerWeight<W, K> Quantize(float delta = kDelta) const {
194 float delta = kDelta) {
196 SparseTupleWeightApproxMapper<W, K> operator_mapper(kDelta);
192 ApproxEqual(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2, float delta = kDelta) argument
H A Dshortest-distance.h57 float d = kDelta)
284 float delta = kDelta) {
323 typename Arc::Weight ShortestDistance(const Fst<Arc> &fst, float delta = kDelta) { argument
56 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, float d = kDelta) argument
281 ShortestDistance(const Fst<Arc> &fst, vector<typename Arc::Weight> *distance, bool reverse = false, float delta = kDelta) argument
H A Dequal.h31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) { argument
H A Drandequivalent.h123 ssize_t num_paths, float delta = kDelta,
122 RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, ssize_t num_paths, float delta = kDelta, int seed = time(0), int path_length = INT_MAX, bool *error = 0) argument
H A Dpush.h100 float delta = kDelta,
127 float delta = kDelta) {
98 Push(MutableFst<Arc> *fst, ReweightType type, float delta = kDelta, bool remove_total_weight = false) argument
124 Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype, float delta = kDelta) argument
H A Dprune.h53 vector<Weight> *d = 0, float e = kDelta)
200 double delta = kDelta) {
331 float delta = kDelta) {
52 PruneOptions(const Weight& w, StateId s, ArcFilter f, vector<Weight> *d = 0, float e = kDelta) argument
197 Prune(MutableFst<Arc> *fst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, double delta = kDelta) argument
327 Prune(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
H A Dexpectation-weight.h96 PairWeight<X1, X2> Quantize(float delta = kDelta) const {
H A Dfloat-weight.h151 float delta = kDelta) {
221 TropicalWeightTpl<T> Quantize(float delta = kDelta) const {
346 LogWeightTpl<T> Quantize(float delta = kDelta) const {
481 MinMaxWeightTpl<T> Quantize(float delta = kDelta) const {
149 ApproxEqual(const FloatWeightTpl<T> &w1, const FloatWeightTpl<T> &w2, float delta = kDelta) argument
H A Dproduct-weight.h80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
H A Drmepsilon.h59 explicit RmEpsilonOptions(Queue *q, float d = kDelta, bool c = true, argument
353 float delta = kDelta) {
370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument
373 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} argument
349 RmEpsilon(MutableFst<Arc> *fst, bool connect = true, typename Arc::Weight weight_threshold = Arc::Weight::Zero(), typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
H A Dpair-weight.h97 PairWeight<W1, W2> Quantize(float delta = kDelta) const {
228 float delta = kDelta) {
226 ApproxEqual(const PairWeight<W1, W2> &w1, const PairWeight<W1, W2> &w2, float delta = kDelta) argument
H A Dtuple-weight.h115 TupleWeight<W, n> Quantize(float delta = kDelta) const {
266 float delta = kDelta) {
264 ApproxEqual(const TupleWeight<W, n> &w1, const TupleWeight<W, n> &w2, float delta = kDelta) argument
H A Dshortest-path.h57 bool hasdist = false, float d = kDelta,
280 float delta = kDelta,
494 kDelta, first_path, weight_threshold,
56 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, bool hasdist = false, float d = kDelta, bool fp = false, Weight w = Weight::Zero(), StateId s = kNoStateId) argument
H A Dsigned-log-weight.h77 ProductWeight<X1, X2> Quantize(float delta = kDelta) const {
191 float delta = kDelta) {
189 ApproxEqual(const SignedLogWeightTpl<T> &w1, const SignedLogWeightTpl<T> &w2, float delta = kDelta) argument
H A Dequivalent.h132 double delta = kDelta, bool *error = 0) {
130 Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, double delta = kDelta, bool *error = 0) argument
H A Dlexicographic-weight.h104 LexicographicWeight<W1, W2> Quantize(float delta = kDelta) const {
H A Dpower-weight.h87 PowerWeight<W, n> Quantize(float delta = kDelta) const {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h81 float delta = kDelta) {
140 TropicalWeight Quantize(float delta = kDelta) const {
206 LogWeight Quantize(float delta = kDelta) const {
80 ApproxEqual(const FloatWeight &w1, const FloatWeight &w2, float delta = kDelta) argument
H A Dproduct-weight.h80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
120 float delta = kDelta) {
118 ApproxEqual(const ProductWeight<W1, W2> &w1, const ProductWeight<W1, W2> &w2, float delta = kDelta) argument
H A Drmepsilon.h47 RmEpsilonOptions(Queue *q, float d = kDelta, bool c = true) argument
296 opts(&state_queue, kDelta, connect);
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument
308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} argument
/external/openfst/src/include/fst/script/
H A Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true, argument
200 float delta = fst::kDelta);
H A Drandequivalent.h88 float delta = fst::kDelta,
H A Dmap.h117 float delta = fst::kDelta,

Completed in 495 milliseconds

123