Searched refs:GetInputList (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 76 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()
|
D | list_kernels.h | 51 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()
|