Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h947 std::vector<const TensorList*> tl_batch; in Compute() local
966 tl_batch.push_back(l); in Compute()
991 result_t(b) = tl_batch[b]->Copy(); in Compute()