Searched defs:TrainOneExample (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp106 float MulticlassPA::TrainOneExample(const vector<float>& inputs, int target) { function in class:learningfw::MulticlassPA
177 float loss_t = TrainOneExample(data[index].first, data[index].second);

Completed in 87 milliseconds