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

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp177 float loss_t = TrainOneExample(data[index].first, data[index].second); local
178 total_loss += loss_t;
190 float loss_t = SparseTrainOneExample(data[index].first, data[index].second); local
191 total_loss += loss_t;

Completed in 519 milliseconds