Home
last modified time | relevance | path

Searched defs:WeightClassImpl (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/script/
Dweight-class.h43 struct WeightClassImpl : public WeightImplBase { struct
46 explicit WeightClassImpl(const W& weight) : weight(weight) { } in WeightClassImpl() argument
48 virtual WeightClassImpl<W> *Copy() const { in Copy() argument
68 const WeightClassImpl<W> *typed_other = argument