Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc91 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()
Dlist_kernels.h53 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()