Searched refs:l1_t (Results 1 – 2 of 2) sorted by relevance
50 const Tensor* l1_t; in Compute() local51 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()52 const auto l1 = l1_t->scalar<float>()(); in Compute()
268 const Tensor* l1_t; in Compute() local269 OP_REQUIRES_OK(context, context->input("l1", &l1_t)); in Compute()270 const auto l1 = l1_t->scalar<float>()(); in Compute()