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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 140 TropicalWeight Quantize(float delta = kDelta) const {
206 LogWeight Quantize(float delta = kDelta) const {
product-weight.h 80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
81 return ProductWeight<W1, W2>(value1_.Quantize(), value2_.Quantize());
string-weight.h 110 StringWeight<L, S> Quantize(float delta = kDelta) const {

Completed in 529 milliseconds