Home | History | Annotate | Download | only in lib

Lines Matching full:path

52 // do not belong to a successful path whose weight is no more than
53 // 'opts.threshold' Times() the weight of the shortest path. Weights
54 // need to be commutative and have the path property.
63 LOG(FATAL) << "Prune: Weight needs to have the path property and"
124 // 'fst' that do not belong to a successful path whose weight is no
126 // path. Weights need to be commutative and have the path property.
136 // 'ofst' contains states and arcs that belong to a successful path in
138 // weight of the shortest path. Weights need to be commutative and
139 // have the path property.
149 LOG(FATAL) << "Prune: Weight needs to have the path property and"
234 // successful path in 'ifst' whose weight is no more than
235 // 'opts.threshold' Times() the weight of the shortest path. Weights
236 // need to be commutative and have the path property.