Searched refs:l1_t (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 69 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 …]
|
D | training_ops.cc | 480 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/ |
D | training_ops_gpu.cu.cc | 174 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()
|