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

  /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 65 milliseconds