Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc469 const Tensor& tl_a = c->input(0); in Compute() local
497 auto tl_a_t = tl_a.flat<Variant>(); in Compute()
500 for (int64 i = 0; i < tl_a.NumElements(); ++i) { in Compute()