Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc50 const Tensor* l1_t; in Compute() local
51 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
52 const auto l1 = l1_t->scalar<float>()(); in Compute()
Dtraining_ops.cc268 const Tensor* l1_t; in Compute() local
269 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()
270 const auto l1 = l1_t->scalar<float>()(); in Compute()