Lines Matching refs:weights
65 vector<typename Arc::Weight> weights; in ShortestPath() local
73 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
78 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
85 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
90 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
97 ArcFilter >::Construct(ifst, &weights); in ShortestPath()
102 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
109 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
114 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
121 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
126 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
133 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
138 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
148 args->arg3->resize(weights.size()); in ShortestPath()
149 for (unsigned i = 0; i < weights.size(); ++i) { in ShortestPath()
150 (*args->arg3)[i] = WeightClass(weights[i]); in ShortestPath()