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.cc525 const Tensor& tl_a = c->input(0); in Compute() local
553 auto tl_a_t = tl_a.flat<Variant>(); in Compute()
556 for (int64_t i = 0; i < tl_a.NumElements(); ++i) { in Compute()