Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc76 Status GetInputList(OpKernelContext* c, int index, const TensorList** list) { in GetInputList() function
189 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
236 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
260 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
338 OP_REQUIRES_OK(c, GetInputList(c, 0, &input_list)); in Compute()
402 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
Dlist_kernels.h51 Status GetInputList(OpKernelContext* c, int index, const TensorList** list);
70 OP_REQUIRES_OK(c, GetInputList(c, 0, &tensor_list)); in Compute()
170 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
235 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()
298 OP_REQUIRES_OK(c, GetInputList(c, 0, &tensor_list)); in Compute()
558 OP_REQUIRES_OK(c, GetInputList(c, 0, &tensor_list)); in Compute()
724 OP_REQUIRES_OK(c, GetInputList(c, 0, &l)); in Compute()