Home
last modified time | relevance | path

Searched defs:lr (Results 1 – 25 of 103) sorted by relevance

12345

/external/adhd/cras/src/server/
Dlinear_resampler.c35 struct linear_resampler *lr; in linear_resampler_create() local
48 void linear_resampler_destroy(struct linear_resampler *lr) in linear_resampler_destroy()
54 void linear_resampler_set_rates(struct linear_resampler *lr, in linear_resampler_set_rates()
77 unsigned int linear_resampler_out_frames_to_in(struct linear_resampler *lr, in linear_resampler_out_frames_to_in()
91 unsigned int linear_resampler_in_frames_to_out(struct linear_resampler *lr, in linear_resampler_in_frames_to_out()
105 int linear_resampler_needed(struct linear_resampler *lr) in linear_resampler_needed()
110 unsigned int linear_resampler_resample(struct linear_resampler *lr, in linear_resampler_resample()
/external/adhd/cras/src/tests/
Dlinear_resampler_unittest.cc24 struct linear_resampler *lr; in TEST() local
65 struct linear_resampler *lr; in TEST() local
116 struct linear_resampler *lr; in TEST() local
163 struct linear_resampler *lr; in TEST() local
182 struct linear_resampler *lr; in TEST() local
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DLineRegionTest.java39 LineRegion lr = new LineRegion(0d, 0d); in testConstructor() local
78 LineRegion lr = new LineRegion(0, 10); in testLength() local
/external/selinux/libselinux/src/
Dlabel.c149 struct selabel_lookup_rec *lr, in selabel_fini()
170 struct selabel_lookup_rec *lr; in selabel_lookup_common() local
191 struct selabel_lookup_rec *lr; in selabel_lookup_bm_common() local
249 struct selabel_lookup_rec *lr; in selabel_lookup() local
262 struct selabel_lookup_rec *lr; in selabel_lookup_raw() local
297 struct selabel_lookup_rec *lr; in selabel_lookup_best_match() local
315 struct selabel_lookup_rec *lr; in selabel_lookup_best_match_raw() local
/external/icu/icu4c/source/layoutex/
Dplruns.cpp426 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_closeLocaleRuns() local
434 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunCount() local
446 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_resetLocaleRuns() local
456 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLastLimit() local
469 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLimit() local
482 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLocale() local
496 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_addLocaleRun() local
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsgdr_learning_rate_decay_test.py33 def get_original_values(self, lr, t_e, mult_factor, iter_per_epoch, epochs): argument
62 def get_sgdr_values(self, lr, initial_period_steps, t_mul, iters): argument
/external/tensorflow/tensorflow/python/training/
Dtraining_ops_test.py72 def _testTypesForAdagrad(self, x, y, lr, grad, use_gpu=None): argument
91 lr, argument
154 def _testTypesForSparseAdagrad(self, x, y, lr, grad, indices): argument
179 lr, argument
Drmsprop_test.py61 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, decay, momentum, argument
75 lr, decay, momentum, epsilon, centered): argument
/external/clang/test/PCH/
Dcxx-reference.h8 char &lr = c; variable
/external/tensorflow/tensorflow/python/keras/
Doptimizers.py175 def __init__(self, lr=0.01, momentum=0., decay=0., nesterov=False, **kwargs): argument
243 def __init__(self, lr=0.001, rho=0.9, epsilon=None, decay=0., **kwargs): argument
311 def __init__(self, lr=0.01, epsilon=None, decay=0., **kwargs): argument
383 def __init__(self, lr=1.0, rho=0.95, epsilon=None, decay=0., **kwargs): argument
458 lr=0.001, argument
551 lr=0.002, argument
637 lr=0.002, argument
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_test.cc70 auto lr = Scalar(g, 0.01); in SGD() local
102 auto lr = Scalar(g, 0.01); in Adagrad() local
135 auto lr = Scalar(g, 0.01); in Momentum() local
174 auto lr = Scalar(g, 0.01); in Adam() local
215 auto lr = Scalar(g, 0.01); in RMSProp() local
252 auto lr = Scalar(g, 0.01); in AddSign() local
289 auto lr = Scalar(g, 0.01); in PowerSign() local
Dtraining_ops.cc654 const Tensor& lr = ctx->input(3); in DoValidate() local
697 const Tensor& lr = ctx->input(3); in DoCompute() local
813 const Tensor& lr = ctx->input(3); in DoCompute() local
999 const Tensor& lr = ctx->input(1); in Compute() local
1153 const Tensor& lr = ctx->input(2); in Compute() local
1252 const Tensor& lr = ctx->input(2); in Compute() local
1309 inline T FtrlCompute(const T& accum, const T& linear, const T& lr, const T& l1, in FtrlCompute()
1358 const Tensor& lr = ctx->input(2); in Compute() local
1499 const Tensor& lr = ctx->input(2); in Compute() local
1691 const Tensor& lr = ctx->input(4); in Compute() local
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc59 xla::XlaOp ProximalGradientDescentUpdate(xla::XlaOp var, xla::XlaOp lr, in ProximalGradientDescentUpdate()
152 xla::XlaOp lr = ctx->Input(2); in Compile() local
210 xla::XlaOp lr = ctx->Input(2); in Compile() local
261 xla::XlaOp lr = ctx->Input(2); in Compile() local
310 xla::XlaOp lr = ctx->Input(2); in Compile() local
378 xla::XlaOp lr = ctx->Input(4); in Compile() local
460 xla::XlaOp lr = ctx->Input(5); in Compile() local
539 xla::XlaOp lr = ctx->Input(4); in Compile() local
611 xla::XlaOp lr = ctx->Input("lr"); in Compile() local
735 xla::XlaOp lr = ctx->Input(4); in CompileFtrl() local
[all …]
/external/clang/test/Modules/
Ddiamond.c24 struct left_and_right lr; in test_diamond() local
Ddiamond-pch.c23 struct left_and_right lr; in test_diamond() local
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dadam_test.py43 lr=0.001, argument
62 lr=0.001, argument
83 lr=0.001, argument
Dadagrad_test.py39 def adagrad_update_numpy(param, accum, g_t, lr=0.001, epsilon=1e-7): argument
49 lr=0.001, argument
/external/elfutils/backends/
Dppc64_unwind.c53 Dwarf_Word sp, newSp, lr, newLr; in EBLHOOK() local
Daarch64_unwind.c51 Dwarf_Word fp, lr, sp; in EBLHOOK() local
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DXMLFormatterTest.java42 LogRecord lr = null; field in XMLFormatterTest
DSimpleFormatterTest.java35 LogRecord lr; field in SimpleFormatterTest
/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c220 WORD32 lr; in ixheaacd_prepare_upsamp() local
432 WORD32 lr; in ixheaacd_applysbr() local
479 WORD32 lr; in ixheaacd_applysbr() local
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Drmsprop_test.py57 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, decay, momentum, argument
71 lr, decay, momentum, centered): argument
/external/libunwind/src/aarch64/
DGstep.c137 unw_word_t lr; in unw_step() local
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dweight_decay_optimizers_test.py37 def adamw_update_numpy(param, g_t, t, m, v, lr=0.001, beta1=0.9, argument
49 def momentumw_update_numpy(param, g_t, m, lr=0.001, momentum=0.9, **_): argument

12345