Searched refs:Quantize (Results 1 - 6 of 6) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const { function in class:fst::ProductWeight
81 return ProductWeight<W1, W2>(value1_.Quantize(), value2_.Quantize());
H A Dfloat-weight.h140 TropicalWeight Quantize(float delta = kDelta) const { function in class:fst::TropicalWeight
206 LogWeight Quantize(float delta = kDelta) const { function in class:fst::LogWeight
H A Dfactor-weight.h271 p.second.Quantize(delta_)));
287 p.second.Quantize(delta_)));
H A Dstring-weight.h110 StringWeight<L, S> Quantize(float delta = kDelta) const { function in class:fst::StringWeight
H A Ddeterminize.h366 dest_element.weight = dest_element.weight.Quantize(delta_);
H A Dmap.h931 ToWeight w = arc.weight.Quantize(delta_);

Completed in 53 milliseconds