HomeSort by relevance Sort by last modified time
    Searched full:element_type_ (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/script/
weight-class.h 79 WeightClass() : element_type_(ZERO), impl_(0) { }
83 : element_type_(OTHER), impl_(new WeightClassImpl<W>(weight)) { }
88 element_type_(other.element_type_),
94 element_type_ = other.element_type_;
102 switch (element_type_) {
114 return element_type_ == other.element_type_ &&
141 ElementType element_type_; member in class:fst::script::WeightClass
    [all...]
  /external/openfst/src/script/
weight-class.cc 31 : element_type_(OTHER) {

Completed in 103 milliseconds