namespace lm { namespace interpolate { | |
struct InstancesConfig; | |
// Run a tuning loop, producing weights as output. | |
void TuneWeights(int tune_file, const std::vector<StringPiece> &model_names, const InstancesConfig &config, std::vector<float> &weights); | |
}} // namespaces | |