OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loss_t
(Results
1 - 1
of
1
) sorted by null
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp
177
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 73 milliseconds