Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h928 const TensorShape& tls_shape = c->input(0).shape(); in Compute() local
936 0 /*input_index*/, 0 /*output_index*/, DT_VARIANT, tls_shape, in Compute()
945 OP_REQUIRES(c, TensorShapeUtils::IsVector(tls_shape), in Compute()
948 tls_shape.DebugString())); in Compute()