Searched refs:ForwardInputOrCreateNewList (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 91 Status ForwardInputOrCreateNewList(OpKernelContext* c, int32 input_index, in ForwardInputOrCreateNewList() function 211 OP_REQUIRES_OK(c, ForwardInputOrCreateNewList(c, 0, 0, *l, &output_list)); in Compute() 421 OP_REQUIRES_OK(c, ForwardInputOrCreateNewList(c, 0, 0, *l, &output_list)); in Compute()
|
D | list_kernels.h | 53 Status ForwardInputOrCreateNewList(OpKernelContext* c, int32 input_index, 269 OP_REQUIRES_OK(c, ForwardInputOrCreateNewList(c, 0, 0, *l, &output_list)); in Compute() 750 OP_REQUIRES_OK(c, ForwardInputOrCreateNewList(c, 0, 0, *l, &output_list)); in Compute()
|