Home
last modified time | relevance | path

Searched refs:l1_t (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc69 const Tensor* l1_t; in Compute() local
70 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
71 const auto l1 = l1_t->scalar<float>()(); in Compute()
263 const Tensor* l1_t; in Compute() local
264 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
265 const auto l1 = l1_t->scalar<float>()(); in Compute()
621 const Tensor* l1_t; in Compute() local
622 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
623 const auto l1 = l1_t->scalar<float>()(); in Compute()
983 const Tensor* l1_t; in Compute() local
[all …]
Dtraining_ops.cc480 const Tensor* l1_t; in Compute() local
481 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
482 const auto l1 = l1_t->scalar<float>()(); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_gpu.cu.cc174 const T l1_t = *l1; in SparseApplyProximalAdagradKernel() local
183 max(abs(prox_var_i) - learning_rate * max(l1_t, T(0)), T(0)) / in SparseApplyProximalAdagradKernel()
218 const T l1_t = *l1; in SparseApplyFtrlKernel() local
238 T l1_mult = l1_t; in SparseApplyFtrlKernel()