Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc53 const Tensor* l2_t; in Compute() local
54 OP_REQUIRES_OK(context, context->input("l2", &l2_t)); in Compute()
55 const auto l2 = l2_t->scalar<float>()(); in Compute()
Dtraining_ops.cc271 const Tensor* l2_t; in Compute() local
272 OP_REQUIRES_OK(context, context->input("l2", &l2_t)); in Compute()
273 const auto l2 = l2_t->scalar<float>()(); in Compute()