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

  /external/openfst/src/include/fst/
expectation-weight.h 55 using PairWeight<X1, X2>::Quantize;
96 PairWeight<X1, X2> Quantize(float delta = kDelta) const {
97 return PairWeight<X1, X2>::Quantize();
lexicographic-weight.h 49 using PairWeight<W1, W2>::Quantize;
104 LexicographicWeight<W1, W2> Quantize(float delta = kDelta) const {
105 return PairWeight<W1, W2>::Quantize();
product-weight.h 40 using PairWeight<W1, W2>::Quantize;
80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
81 return PairWeight<W1, W2>::Quantize(delta);
power-weight.h 44 using TupleWeight<W, n>::Quantize;
87 PowerWeight<W, n> Quantize(float delta = kDelta) const {
88 return TupleWeight<W, n>::Quantize(delta);
sparse-power-weight.h 85 using SparseTupleWeight<W, K>::Quantize;
139 SparsePowerWeight<W, K> Quantize(float delta = kDelta) const {
140 return SparseTupleWeight<W, K>::Quantize(delta);
pair-weight.h 97 PairWeight<W1, W2> Quantize(float delta = kDelta) const {
98 return PairWeight<W1, W2>(value1_.Quantize(delta),
99 value2_.Quantize(delta));
signed-log-weight.h 41 using PairWeight<X1, X2>::Quantize;
77 ProductWeight<X1, X2> Quantize(float delta = kDelta) const {
78 return PairWeight<X1, X2>::Quantize();
tuple-weight.h 115 TupleWeight<W, n> Quantize(float delta = kDelta) const {
118 w.values_[i] = values_[i].Quantize(delta);
float-weight.h 221 TropicalWeightTpl<T> Quantize(float delta = kDelta) const {
346 LogWeightTpl<T> Quantize(float delta = kDelta) const {
481 MinMaxWeightTpl<T> Quantize(float delta = kDelta) const {
factor-weight.h 322 p.second.Quantize(delta_)));
340 p.second.Quantize(delta_)));
sparse-tuple-weight.h 151 SparseTupleWeight<W, K> Quantize(float delta = kDelta) const {
154 w.Push(it.Value().first, it.Value().second.Quantize(delta));
string-weight.h 118 StringWeight<L, S> Quantize(float delta = kDelta) const {
determinize.h 664 dest_element.weight = dest_element.weight.Quantize(delta_);
    [all...]
arc-map.h     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
81 return ProductWeight<W1, W2>(value1_.Quantize(), value2_.Quantize());
float-weight.h 140 TropicalWeight Quantize(float delta = kDelta) const {
206 LogWeight Quantize(float delta = kDelta) const {
factor-weight.h 271 p.second.Quantize(delta_)));
287 p.second.Quantize(delta_)));
determinize.h 366 dest_element.weight = dest_element.weight.Quantize(delta_);
string-weight.h 110 StringWeight<L, S> Quantize(float delta = kDelta) const {
map.h 918 // Mapper to quantize all weights.
931 ToWeight w = arc.weight.Quantize(delta_);

Completed in 623 milliseconds