OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2NormSquare
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h
55
float
L2NormSquare
(const std::vector<float>& inputs) const;
multiclass_pa.cpp
89
float MulticlassPA::
L2NormSquare
(const vector<float>& inputs) const {
117
float twice_norm_square =
L2NormSquare
(inputs) * 2.0;
Completed in 33 milliseconds