OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l1_norm
(Results
1 - 3
of
3
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp
303
void SparseWeightVector<Key, Hash>::ReprojectL1(const double
l1_norm
) {
309
CHECK_GT(
l1_norm
, 0);
320
if (curr_l1_norm <
l1_norm
) {
333
theta = (cum_sum -
l1_norm
)/curr_index;
sparse_weight_vector.h
155
void ReprojectL1(const double
l1_norm
);
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
761
int64_t
l1_norm
= 0;
local
790
l1_norm
+= abs(i - median) * self->delay_histogram[i];
792
self->delay_std = (int)((
l1_norm
+ self->num_delay_values / 2) /
[
all
...]
Completed in 293 milliseconds