Home
last modified time | relevance | path

Searched defs:b_next (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_functor.h69 SliceIndex b_next = batch_idx + 1; in HandleCopies() local
Dgather_functor_batched.h72 SliceIndex b_next = batch_idx; in HandleCopiesBatched() local
/external/python/cpython3/Python/
Dflowgraph.c50 struct _PyCfgBasicblock *b_next; member