Home | History | Annotate | Download | only in fst

Lines Matching refs:QuantizeMapper

1088 struct QuantizeMapper {
1094 QuantizeMapper() : delta_(kDelta) {}
1096 explicit QuantizeMapper(float d) : delta_(d) {}