Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc476 auto tl_a_t = tl_alias->flat<Variant>(); in Compute() local
478 TensorList* aliased = tl_a_t(i).get<TensorList>(); in Compute()
497 auto tl_a_t = tl_a.flat<Variant>(); in Compute() local
501 const TensorList* l_a = tl_a_t(i).get<TensorList>(); in Compute()
506 ". Saw: '", tl_a_t(i).DebugString(), "'")); in Compute()