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

  /external/openfst/src/include/fst/
weight.h 163 struct WeightConvert {
165 FSTERROR() << "WeightConvert: can't convert weight from \""
173 struct WeightConvert<W, W> {
signed-log-weight.h 227 FSTERROR() << "WeightConvert: can't convert weight from \""
236 struct WeightConvert<SignedLogWeight, TropicalWeight> {
245 struct WeightConvert<SignedLog64Weight, TropicalWeight> {
255 struct WeightConvert<SignedLogWeight, LogWeight> {
264 struct WeightConvert<SignedLog64Weight, LogWeight> {
274 struct WeightConvert<SignedLogWeight, Log64Weight> {
283 struct WeightConvert<SignedLog64Weight, Log64Weight> {
293 struct WeightConvert<TropicalWeight, SignedLogWeight> {
302 struct WeightConvert<LogWeight, SignedLogWeight> {
311 struct WeightConvert<Log64Weight, SignedLogWeight>
    [all...]
float-weight.h 568 struct WeightConvert<LogWeight, TropicalWeight> {
573 struct WeightConvert<Log64Weight, TropicalWeight> {
579 struct WeightConvert<TropicalWeight, LogWeight> {
584 struct WeightConvert<Log64Weight, LogWeight> {
590 struct WeightConvert<TropicalWeight, Log64Weight> {
595 struct WeightConvert<LogWeight, Log64Weight> {
accumulator.h 78 // assuming an arc weight has a WeightConvert specialization to
123 WeightConvert<Weight, Log64Weight> to_log_weight_;
124 WeightConvert<Log64Weight, Weight> to_weight_;
158 // assuming an arc weight has a WeightConvert specialization to and
326 WeightConvert<Weight, Log64Weight> to_log_weight_;
327 WeightConvert<Log64Weight, Weight> to_weight_;
424 // has a WeightConvert specialization to and from log64 weights. It
581 WeightConvert<Weight, Log64Weight> to_log_weight_;
582 WeightConvert<Log64Weight, Weight> to_weight_;
randgen.h 100 WeightConvert<Weight, Log64Weight> to_log_weight_;
135 WeightConvert<Weight, Log64Weight> to_log_weight_;
499 WeightConvert<Log64Weight, Weight> to_weight_;
arc-map.h 727 // WeightConvert class specialization that converts the weights.
750 WeightConvert<FromWeight, ToWeight> convert_weight_;
    [all...]

Completed in 80 milliseconds