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.cc532 auto tl_a_t = tl_alias->flat<Variant>(); in Compute() local
534 TensorList* aliased = tl_a_t(i).get<TensorList>(); in Compute()
553 auto tl_a_t = tl_a.flat<Variant>(); in Compute() local
557 const TensorList* l_a = tl_a_t(i).get<TensorList>(); in Compute()
562 ". Saw: '", tl_a_t(i).DebugString(), "'")); in Compute()