Searched refs:l2_t (Results 1 – 2 of 2) sorted by relevance
53 const Tensor* l2_t; in Compute() local54 OP_REQUIRES_OK(context, context->input("l2", &l2_t)); in Compute()55 const auto l2 = l2_t->scalar<float>()(); in Compute()
271 const Tensor* l2_t; in Compute() local272 OP_REQUIRES_OK(context, context->input("l2", &l2_t)); in Compute()273 const auto l2 = l2_t->scalar<float>()(); in Compute()