Home
last modified time | relevance | path

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

12345678

/external/sandboxed-api/contrib/libraw/test/
Dlibraw_test.cc74 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
86 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
99 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
118 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
133 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
153 LibRaw lr(&sandbox, test_file_path); in TEST_P() local
/external/selinux/libselinux/src/
Dlabel.c144 struct selabel_lookup_rec *lr, in selabel_fini()
165 struct selabel_lookup_rec *lr; in selabel_lookup_common() local
186 struct selabel_lookup_rec *lr; in selabel_lookup_bm_common() local
243 struct selabel_lookup_rec *lr; in selabel_lookup() local
256 struct selabel_lookup_rec *lr; in selabel_lookup_raw() local
306 struct selabel_lookup_rec *lr; in selabel_lookup_best_match() local
324 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/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/tensorflow/tensorflow/python/training/
Dtraining_ops_test.py69 def _testTypesForAdagrad(self, x, y, lr, grad, use_gpu=None): argument
88 lr, argument
133 lr, argument
222 def _testTypesForSparseAdagrad(self, x, y, lr, grad, indices, use_gpu): argument
247 lr, argument
287 lr, argument
/external/libopus/dnn/training_tf2/
Dtrain_rdovae.py82 lr = 0.00003 variable
86 lr = 0.001 variable
90 lr = args.lr variable
Dtrain_plc.py84 lr = 0.00003 variable
88 lr = 0.001 variable
92 lr = args.lr variable
Dtrain_lpcnet.py114 lr = 0.00003 variable
118 lr = 0.001 variable
122 lr = args.lr variable
/external/pytorch/aten/src/ATen/native/cuda/
DFusedSgdKernel.cu19 const double lr, in sgd_math()
151 const double lr, in _fused_sgd_with_momentum_kernel_cuda_()
197 const at::Tensor& lr, in _fused_sgd_with_momentum_kernel_cuda_()
273 const double lr, in _fused_sgd_kernel_cuda_()
337 const at::Tensor& lr, in _fused_sgd_kernel_cuda_()
DFusedAdamKernel.cu23 const double lr, in _fused_adam_kernel_cuda_()
82 const at::Tensor& lr, in _fused_adam_kernel_cuda_()
DFusedAdamWKernel.cu24 const double lr, in _fused_adamw_kernel_cuda_()
83 const at::Tensor& lr, in _fused_adamw_kernel_cuda_()
Dfused_adamw_impl.cu18 const double lr, in _fused_adamw_cuda_impl_()
64 const at::Tensor& lr, in _fused_adamw_cuda_impl_()
Dfused_adam_impl.cu17 const double lr, in _fused_adam_cuda_impl_()
63 const at::Tensor& lr, in _fused_adam_cuda_impl_()
Dfused_adam_amsgrad_impl.cu18 const double lr, in _fused_adam_amsgrad_cuda_impl_()
69 const at::Tensor& lr, in _fused_adam_amsgrad_cuda_impl_()
Dfused_adamw_amsgrad_impl.cu19 const double lr, in _fused_adamw_amsgrad_cuda_impl_()
70 const at::Tensor& lr, in _fused_adamw_amsgrad_cuda_impl_()
/external/pytorch/aten/src/ATen/native/
DFusedAdam.cpp26 const double lr, in _fused_adam_kernel_cpu_()
83 const at::Tensor& lr, in _fused_adam_kernel_cpu_()
102 const double lr, in _fused_adamw_kernel_cpu_()
159 const at::Tensor& lr, in _fused_adamw_kernel_cpu_()
DFusedSGD.cpp24 const double lr, in _fused_sgd_kernel_cpu_()
69 const at::Tensor& lr, in _fused_sgd_kernel_cpu_()
/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
263 xla::XlaOp lr = ctx->Input(2); in Compile() local
317 xla::XlaOp lr = ctx->Input(2); in Compile() local
373 xla::XlaOp lr = ctx->Input(2); in Compile() local
441 xla::XlaOp lr = ctx->Input(4); in Compile() local
524 xla::XlaOp lr = ctx->Input(5); in Compile() local
614 xla::XlaOp lr = ctx->Input(4); in Compile() local
686 xla::XlaOp lr = ctx->Input("lr"); in Compile() local
[all …]
/external/pytorch/aten/src/ATen/native/cpu/
DFusedSGDKernel.cpp24 const double lr, in sgd_math()
116 const double lr, in sgd_math()
191 const double lr, in sgd_fused_step_impl()
241 const double lr, in fused_sgd_kernel()
/external/tensorflow/tensorflow/python/keras/
Doptimizer_v1.py175 def __init__(self, lr=0.01, momentum=0., decay=0., nesterov=False, **kwargs): argument
246 def __init__(self, lr=0.001, rho=0.9, epsilon=None, decay=0., **kwargs): argument
323 def __init__(self, lr=0.01, epsilon=None, decay=0., **kwargs): argument
404 def __init__(self, lr=1.0, rho=0.95, epsilon=None, decay=0., **kwargs): argument
485 lr=0.001, argument
589 lr=0.002, argument
682 lr=0.002, argument
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_test.cc99 auto lr = Scalar(g, 0.01); in SGD() local
135 auto lr = Scalar(g, 0.01); in Adagrad() local
172 auto lr = Scalar(g, 0.01); in SparseAdagrad() local
217 auto lr = Scalar(g, 0.01); in Momentum() local
260 auto lr = Scalar(g, 0.01); in Adam() local
314 auto lr = Scalar(g, 0.01); in RMSProp() local
355 auto lr = Scalar(g, 0.01); in AddSign() local
396 auto lr = Scalar(g, 0.01); in PowerSign() local
Dtraining_ops.cc506 inline T FtrlCompute(const T& accum, const T& linear, const T& lr, const T& l1, in FtrlCompute()
1089 const Tensor& lr = ctx->input(3); in DoValidate() local
1132 const Tensor& lr = ctx->input(3); in DoCompute() local
1239 const Tensor& lr = ctx->input(3); in DoCompute() local
1444 const Tensor& lr = ctx->input(1); in Compute() local
1598 const Tensor& lr = ctx->input(2); in Compute() local
1695 const Tensor& lr = ctx->input(2); in Compute() local
1801 const Tensor& lr = ctx->input(2); in Compute() local
1915 const Tensor& lr = ctx->input(2); in Compute() local
2045 const Tensor& lr = ctx->input(2); in Compute() local
[all …]
/external/executorch/extension/training/optimizer/
Dsgd.h89 : lr_(lr), in lr_() argument
99 double lr() const { in lr() function
/external/clang/test/PCH/
Dcxx-reference.h8 char &lr = c; variable
/external/trusty/lk/arch/arm64/include/arch/
Darm64.h60 uint64_t lr; member
69 uint64_t lr; member

12345678